You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

gulp-sass-partials-imported

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-sass-partials-imported

Filter partial scss files, adding theirs ancestors

1.0.2
Source
npm
Version published
Weekly downloads
232
41.46%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-sass-partials-imported

Filter partial scss files, adding theirs ancestors

Install

$ npm install --save-dev gulp-sass-partials-imported

Usage

const gulp = require('gulp');
const sassPartialsImported = require('gulp-sass-partials-imported');

gulp.task('sass', () => {
	gulp.src('src/*.scss')
		.pipe(sassPartialsImported())
		.pipe(gulp.dest('dist'))
);

License

MIT © G100g(http://g100g.net)

Keywords

gulpplugin

FAQs

Package last updated on 09 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts