AndersDJohnson / bootstrap-grid-ms

Missing grid range in Bootstrap 3, micro-small from 480-767px.

Home Page:https://AndersDJohnson.github.io/bootstrap-grid-ms/test/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please add SCSS version

colthreepv opened this issue · comments

There's really need to make order with all those bootstrap 3 ms gists

Would be cool if this project mantained LESS, SASS and SCSS versions with the same codebase, contributors can be added to review the different languages.

At least this is installable via bower/npm and that's a big plus

@colthreepv Thanks for the suggestion. The source is in LESS only currently (https://github.com/adjohnson916/bootstrap-grid-ms/blob/master/less/bootstrap-grid-ms.less). I believe SASS can import SCSS and vice versa, so wouldn't only one of those be needed? Would it work for you now to just import the compiled CSS into your SASS or SCSS files? I don't know if SASS/SCSS supports that - you may have to rename the .css to .scss then import that. If it works, I could consider providing an already renamed .scss file in the Bower dist.

@colthreepv See PR #3 by @cjke which I've merged and released to Bower as v0.1.1.