Closed mhulse closed 11 years ago
Example:
@if $flag_natural-box-model == true { *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }
Use above for things like drop caps or table scroller.
Completed. See README.md (or look at variables.css) for flag names and descriptions.
variables.css
Example:
Use above for things like drop caps or table scroller.