Sass and import directives may not be used within control directives or mixins

15 June 2015 | Category: CSS | Comments (0)

Currently I am using both Grunt tasks grunt-sass and grunt-contrib-sass to compile sass (strictly scss). The first one is faster than second one, but[……]

Read more

CSS: provide a unit for zero lengths

8 July 2013 | Category: Browsers, CSS, Tools | Comments (0)

Zero lengths do not need unit. However, there is some significant benefits of using unit with zero lengths while developing code.

See real unit and[……]

Read more