Currently we only support LESS and plain CSS (with some "post" processing sugar). As this is quite a diverse area, it is probably quite important to make it easy to set up all of the major languages out of the box. Adding frameworks such as Bootstrap and Foundation, can be done post generation (npm/bower install bootstrap too hard?).
Currently the LESS setup has some of my own boilerplate code. It would be nice to have that for every language. This should also be put in another project so it isn't specifically bound to Tight.
Preprocessors currently on the table:
SASS: This is a must have. Personally I don't like/use it but I know how popular the language is
Stylus: Not sure if it's worth maintaining support but it is a nice language
Currently we only support LESS and plain CSS (with some "post" processing sugar). As this is quite a diverse area, it is probably quite important to make it easy to set up all of the major languages out of the box. Adding frameworks such as Bootstrap and Foundation, can be done post generation (
npm/bower install bootstrap
too hard?).Currently the LESS setup has some of my own boilerplate code. It would be nice to have that for every language. This should also be put in another project so it isn't specifically bound to Tight.
Preprocessors currently on the table: