What is supported
- SCSS syntax
- Variables
- Nesting
- Mixins
- Interpolation
- @import
- Built-in functions
- ceil( val )
- floor( val )
- round( val )
- lighten( color, amount )
- darken( color, amount )
- hsb( hue, saturation, value )
- mix( background, over, amount )
- mixBlack( background, amount )
- mixWhite( background, amount )
- ieGradient( opacity )
- transparentize( color, amount )
- HTML color names
- Default or custom logger
- Default or custom scss loader
- Default or custom string streams
What is not supported - yet
- @extend
- Optional semicolons.
- Mixin's default values of arguments.
- Immediate evaluation of mathematical expression. Use ceil() or floor() always.
Example usage
Playground
Examples
Variables
ceil() usage
Nesting
Mixins
Interpolation