andrayantelo / ivys_attic

0 stars 0 forks source link

CSS theme color #49

Open andrayantelo opened 7 years ago

andrayantelo commented 7 years ago

I use the theme color in a lot of different places in my CSS file. Should I use sass so that I can use CSS variables? @johntyree

johntyree commented 7 years ago

I don't know anything about SASS, but sure why not. Note that this will introduce a compile step into your publishing pipeline, so now you'll need some kind of build system. Might not be worth the time investment right now. I think it's more important to put something a working prototype quickly.

Maybe open a general "migrate to webpack" bug? This will allow you to use sass, minifiers, ES6, etc.

andrayantelo commented 7 years ago

What is webpack? @johntyree

johntyree commented 7 years ago

https://webpack.github.io/