Questions tagged as 'sass'

0
answers

error when compiling Sass

Install node.js and the package.json. I do not know much about this, so I ask for help. When running npm run watch-css the log file throws this at me and I do not know how to fix it: 0 info it worked if it ends with ok verbose cli [ 'C...
asked by 21.04.2018 / 22:14
0
answers

problem when compiling sass in Bazel

In Linux the whole build works perfect, but in Windows when running the command bazel build //scss:all since all my scss files are inside the scss folder I get the following error    INFO: Analyzed 2 targets (0 packages loaded).   ...
asked by 13.04.2018 / 05:05
0
answers

What is! ./ on a relative route?

I am working on a structure of an app, and I have seen an expression, which is new to me and I do not know what it means to me within sass. './css/*.css', '!./css/*.min.css' I know that the ./ refers to the current directory, but wi...
asked by 10.03.2018 / 09:50
1
answer

Error installing Sass on Mac / Error Installing sass on Mac

Running the command gem install sass shows me this Result of the console, if anyone knows the solution or an idea of why this is happening I would appreciate it. Building native extensions. This could take a while... ERROR: Error inst...
asked by 20.02.2018 / 15:56
1
answer

How to superimpose a text contained within the system of Materialize columns

Here I detail my question. I'm making a web page where I have a background image but by placing a text with the system of columns (grid) that provides materialize this is below that background image and therefore can not be seen. I already tried...
asked by 29.04.2018 / 02:34
0
answers

NPM SASS does not compile imported CSS file

I'm working on a Laravel 5.5 project with Bootstrap 4. When I compile SASS it returns that everything is fine, but the imported CSS file is not being compiled or monitored by SASS. I have this SCSS file that comes by default in a new Laravel...
asked by 19.01.2018 / 19:51
1
answer

Move two divs to opposite sides

I have two divs, both with a button below, that when you click on it, you must move the div on the left, to the left, and the div on the right, to the right, until you both hide completely. In the resulting space, another div emerges in the cent...
asked by 02.01.2018 / 16:37
1
answer

What can be the problem with background-image?

sass div margin: 10px auto width: 100% max-width: 720px min-width: 240px background-image: url(..imagenes/img1.jpg) jquery var anchoS=($("div").width())*0.75; $("div").css("height",anchoS); $(window).resize(function(){ anchoS=($("d...
asked by 29.12.2017 / 00:04
0
answers

Error compiling partial files with sass

Good colleagues, I'm having a problem with the Ruby prompt when working with sass. I'm working on partial files with the @import here-the-imported I had never happened to search Google but I could not find the answer I'm looking for >&...
asked by 02.01.2018 / 18:07
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