Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how is the sass being transformed #42

Open
trickydisco78 opened this issue Jul 26, 2016 · 0 comments
Open

how is the sass being transformed #42

trickydisco78 opened this issue Jul 26, 2016 · 0 comments

Comments

@trickydisco78
Copy link

I'm a bit confused as to how the sass is being compiled. i've looked at the gulp file

.pipe(rename({ extname: '.css' }))
.pipe(sourcemaps.init())
.pipe(postcss([vars, extend, nested, autoprefixer, cssnano]))
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest(paths.dist))
.pipe(reload({ stream: true }));

I'm used to seeing something like "gulp-sass" of "gulp-plugins". Which process if compiling the sass in css?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant