komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
427 stars 31 forks source link

Add option to create pcss files upon component generation #165

Open laptite opened 4 years ago

laptite commented 4 years ago

Enhancement request: The stylesheet_engine options are limited to :css, :sass and :scss. It would be nice to update or create a config option with the sole purpose of creating a pcss file when generating a new component.

Spone commented 4 years ago

Thanks for the request, we're accepting contributions :)