tbela99 / css

A CSS parser and minifier and sourcemap generator written in PHP
Other
14 stars 1 forks source link

@import and @charset rule validation #105

Closed tbela99 closed 2 years ago

tbela99 commented 2 years ago

Imported rules must precede all other types of rules, except @charset rules; as it is not a nested statement, @import cannot be used inside conditional group at-rules. MDN