myth is a CSS pre-processor act like CSS polyfill
https://github.com/segmentio/myth
Looks more fit for our concerns.
Myth lets you write pure CSS while still giving you the benefits of tools like LESS and Sass. You can still use variables and math functions
benifits:
- real css, so no interpreter needed in development phase
- can remove browser-specific prefix, which could be generated by pre-processor.
- css variable will be pre-processed for production code, less performance impact
need to do:
myth is a CSS pre-processor act like CSS polyfill
https://github.com/segmentio/myth
Looks more fit for our concerns.
Myth lets you write pure CSS while still giving you the benefits of tools like LESS and Sass. You can still use variables and math functions
benifits:
need to do:
Passing options to autoprefixer segmentio/myth#16 (@basiclines nice to see you again 😄 )