Questions tagged as 'gulp-sass'

1
answer

CSS prefixes do not appear when compiling with gulp-ruby-sass

I am using gulp-ruby-sass instead of gulp-sass for the pre-compilation of the scss code of my project. It turns out that I still have prefixes in my file .scss and following the way in which the mixins are declared suc...
asked by 06.01.2016 / 01:20
2
answers

Materialize, hover effect, active & visited on button tag html5

I'm doing button styles within gulp-sass by applying effects such as hover , active and visited with Materialize , but at the time of clicking to the button and release it puts a default color of the aforementioned framewo...
asked by 19.06.2017 / 21:01
0
answers

browsersync does not reload when there are changes in .css

browsersync does not inject the css correctly, what can be happening ?, apply the command: browser-sync start --proxy localhost/simple-grid --files "./*.*" Up to now I have detected all kinds of .html .php .js file, but when compiling from...
asked by 06.04.2018 / 02:35
0
answers

Error importing sass partials with gulp

I hope you understand me and can help me, I have that structure in a project I'm working with Gulp, gulp-sass, browser-Sync; it is assumed that sass the document says that you can create partials by adding the underline so that you can import bu...
asked by 29.04.2017 / 02:11
1
answer

@import sass in Gulp.js

I am trying to compile the sass files in a main file that contains all the @import but I can not make it work. My code is: gulpfile.js: //Cargar módulos var gulp = require('gulp'), concat = require('gulp-concat'), uglify = require...
asked by 08.11.2018 / 16:00