master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.82k stars 41 forks source link

🐞 CSS rules with vender prefix is listed after the original #342

Closed 0Miles closed 7 months ago

0Miles commented 7 months ago

Description

MasterCSS places vendor-prefixed CSS rules after the original rules.

截圖 2024-04-09 13 11 44

When a CSS rule with a vendor prefix is ​​listed after the original rule, Edge's developer tools will raise this warning "'xxx' should be listed after '-webkit-xxx'."

Reproduction

No response

System Informations

No response