charliewilco / obsidian

💎 A Modular CSS Library
https://obsidian.charliewil.co
MIT License
25 stars 3 forks source link

PostCSS Plugins & Browser Support #28

Open charliewilco opened 7 years ago

charliewilco commented 7 years ago

Needs an uncompiled version (that's concatenated) Might reconsider cssnext for two or three plugins

a {
   color: #147AAB;
   color: var(--blue, #147AAB);
}

Features to dive into

charliewilco commented 7 years ago

removing color function