gulp-sass-parent
Useful when working on a larger project: Styles can be (re-)built incrementally on a per-need basis.
Install
# Using npm npm install gulp-sass-parent --save # Using yarn yarn add gulp-sass-parent
Usage
You can use gulp-sass-inheritance
with gulp-changed
to only process the files that have changed but also recompile files that import the one that changed.
'use strict';var gulp = ;var sassInheritance = ;var sass = ;var cached = ;var gulpif = ;var filter = ; gulp;gulp;gulp;
Contributing 🎉
# Install dependencies yarn # Run tests yarn test
License
MIT