-
### [REQUIRED] Describe your environment
* Operating System version: Windows 10 and Mac OS Catalina
* Browser version: n/a
* Firebase UI version: 4.5.0
* Firebase SDK version: …
-
I can not understand what the problem is.
When compile sass via gulp receive here such error
> Error in plugin 'sass'
> Message:
> app/sass/core/_direct-apply.sass
> Error: Invalid CSS after "...…
-
because why not at this point simply pull out all the stops
-
On this page:
http://pleeease.io/workflow/#with-gulp
You have an example `gulpfile` that uses `gulp-ruby-sass`. Would you consider adding a link or something similar that uses `gulp-sass` with `gulp…
-
This should be relatively simple and will make it much easier to make changes to stylesheets etc.
Biggest thing to watch is if it has any impact on build times.
-
-
running `npm install` will cause errors because it tries to install `gulp-sass` 4.1.0 which uses `node-sass` which is deprecated.
This can easily fixed by changing `"gulp-sass": "^4.1.0",` to `"gulp-…
-
In the sass.js file, `const sassProcessor = require('gulp-sass');` needs to also define the sass compiler.
ex: `const sassProcessor = require('gulp-sass')(require('sass'));`
-
If you accendently hit save on unfinished code the watch is blocked and you have to restart the gulp script.
Example if you save this line in the scss file it will crash the sass watch.
`background: …
-
Running **Sass 3.4.3**, **Compass 1.0.1**, **Gulp 3.8.8** and **Gulp-compass 1.3.1**
```
var gulp = require('gulp');
var compass = require('gulp-compass');
var gutil = require('gulp-util');
gulp.ta…