mnussbaumer / cssex

An Elixir based and opinionated way to write CSS
MIT License
20 stars 0 forks source link

Nested media #14

Closed mnussbaumer closed 3 years ago

mnussbaumer commented 3 years ago

Basic ability for parsing nested @media attributes. Right now it's dumb parsing and it doesn't try to make semantically correct media declarations.

Also improved slightly the split_chains routine, it's much better to do prefixing before starting the split, than splitting and adding the prefix for each resulting branch chain.