Skip to content

CSS: support scope at-rules #968

@stag-enterprises

Description

@stag-enterprises
~/x
❯ bat test.css
     File: test.css
   1 @scope (body) {
   2   :scope {
   3     color: red;
   4   }
   5 }

~/x
❯ minify test.css
@scope(body){:scope {
    color: red;
  }
}⏎

It probably should be

@scope(body){:scope{color:red;}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions