scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Switch from less to postcss #102

Open scottohara opened 8 years ago

scottohara commented 8 years ago

Less seems to be falling in popularity, with Sass gaining (eg. Bootstrap switched from Less to Sass).

We should consider whether a switch in appropriate or not.

scottohara commented 6 years ago

Note: Bootstrap's switch from Less to Sass only comes with v4.x.

We currently import the mixins.less and variables.less files into our loot.less file; therefore this issue is blocked until bootstrap@4.x is out of beta.

scottohara commented 5 years ago

Or PostCSS? (instead of Sass)

PostCss is to CSS what Babel is to JS: a way to use future/proposed CSS specs today.

Some of the benefits of PostCss include: