Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps

Home Page:http://github.differential.com/meteor-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LESS Structure

rgoomar opened this issue · comments

I think it would be a good idea to restructure the LESS files and have one centralized style.less file that has all the imported filename.import.less files.
As seen on: http://www.manuel-schoebel.com/blog/meteorjs-and-twitter-bootstrap---the-right-way
Also, adding in the bootstrap and fontawesome less files makes it easier to customize imo. Overriding bootstrap variables makes it even easier to create a prototype faster.

@nickw There are still an issue. The views folder contains *.less files when it should have *.import.less. That way, they are not compiled out of order.

@rgoomar Check the meteor-1.0 branch (which I should be merging soon). We no longer include less files in views/templates as it encourages the bad practice of writing page-specific css instead of reusable modules.

Ah that makes a lot of sense.