demrks

Results 3 issues of demrks

If you use silent classes, SASS outputs strange CSS (http://codepen.io/anon/pen/CuFsE) I created three divs (.test1, .test2, .test3) and applied some silent classes to them: ``` html ``` The CSS output...

This might be a dumb question/request, but it seems that there's no information about that: If you are using the CLI to compile SCSS to CSS and there's an error...

Feature - Request

In math any number to the zero power is one, so `power(2, 0);` should return "1", but it returns return "4" http://www.homeschoolmath.net/teaching/zero-exponent-proof.php