komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components

Home Page:http://komponent.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate SCSS

sigmike opened this issue · comments

Shouldn't we generate a .scss file instead of a .css?

Or even better follow the configured preferred syntax (https://github.com/rails/sass-rails#options).

Personally I prefer to use CSS (with PostCSS / CSSnext), so IMHO it would be better to follow the Rails app configuration (as we do with the templating language).

The same behavior than we already do with templating seems good. So preferred syntax at first, and css as fallback.