csswizardry-grids icon indicating copy to clipboard operation
csswizardry-grids copied to clipboard

Support of other preprocessors

Open Lonelind opened this issue 9 years ago • 0 comments

Are you planning extend your system on other preprocessors (such as Less or Stylus) or this is very difficult to build any because of Sass-only features?

And, have you thought about any other BEM notations (from classic, where '_' is used for modifiers to any 'magic' ones with weird element/modifier delimeters)?

I use Stylus with classic BEM notation and this is very difficult to use this grid as native module. Okay, I can replace every '--' with '_', but I need either translate it to Stylus or manually pre-compile it to pure css and lose some useful features if I want to use it.

Lonelind avatar Sep 11 '15 13:09 Lonelind