0.1.0 • Published 9 years ago
mcss2scss v0.1.0
mcss2scss
I make this converter just because SCSS is too popular but I still tend to use MCSS.
Some features cannot be converted entirely.
Following features can be converted entirely
@import *.mcss->@import *.scssindex($list, $index)->nth($list, $index + 1)typeof->type-ofa-adjust->fade_inorfade_outl-adjust->lightenordarkens-adjust->saturateordesaturateh-adjust->adjust-hue$function = {}->@mixin: {}$xxx = (...){...}->@mixin xxx(...){...}$xxx(...)->@include $xxx(...)@for ... of x...x->@for ... from x through x@for ... in->@each ... in=->:mass/mass/index.mcss->mass2scss/dist/index.scss
Following features CANNOT be converted
x-adjust(..., ..., true/false)->$function = {}->@function$keyframe->@-prefix-keyframe- Any features NOT mentioned above
0.1.0
9 years ago