Skip to content

CSS syntax issues #23

@AlbertWiersch

Description

@AlbertWiersch

I ran across some CSS errors/issues when checking https://unpkg.com/@blaze/css@x.x.x/dist/blaze/blaze.css with CSS HTML Validator.

border-color:1px solid transparent;
should probably be
border:1px solid transparent;

The above appeared 4 times in the CSS.

I hope this helps!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions