Technology

Sass Imports with Sass Globbing

If we are using Sass to preprocess stylesheets, we must have knowledge about partials. A partial is a sub-stylesheet, intended to be included as part of a main stylesheet. So as to avoid adding “partials” every time, we can use the sass-globbing gem to remove the extra overhead. Sass Globbing to rescue Sass-globbing is a Ruby gem...

by Priyanka Agarwal
Tag: sass import partial
29-Jul-2016