Questions tagged as 'import'

0
answers

GULP and LESS import

I'm having problems with GULP and LESS importing files. Previously I had a project, which had a styles.less file which imports the rest of the less files, such as menus, buttons, etc. And when I made a change in one of these chi...
asked by 16.04.2018 / 13:58
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