Questions tagged as 'sass'

0
answers

SASS and Grunt without installing Ruby

Is there a nodejs (grunt) plugin to work with sass without having to install ruby on the machine? Today I work with grunt-contrib-sass but then I need to have the ruby on the machine for it to run, do you have any alternatives? Does anyone...
asked by 03.10.2018 / 17:03
0
answers

How to run Software / Application on an external server and deliver it via Browser?

I have a windows application. I would put it on a windows vps and deliver it to users via browser. Does anyone know of a solution or do you have an idea how I can develop something like this?     
asked by 03.09.2018 / 19:25
0
answers

Help to make a Sass Grid

I am creating a grid of mine in Sass, I am using Sass a short time. Could you give me tips on what to improve or what is wrong? link Note: Error code in CodePen but is working. Obg     
asked by 31.08.2018 / 21:50
0
answers

Scss compilation with node-sass replicates the code instead of replacing

I migrated from Ruby to Node-Sass recently. Everything has gone well, except for one detail in the command: node-sass -w --output-style compact scss/style.scss > style.css Instead of replacing the style.css file whenever style.sc...
asked by 10.08.2018 / 14:22
0
answers

Know if mixin is being called from within a media query

I need to do a check in a mixin, to know if it's being called from within a media query. Do you have a way? @mixin teste { @if [esta dentro de media?] { ... } @else { ... } } @media (min-width: 768px) { @include teste; }   ...
asked by 28.07.2018 / 21:54
1
answer

Extend parent selector

How do I extend configurations of a parent selector? (only him) ul { background: red; /* Não incluir esse! */ } #menu { ul { margin-left: 20px; ul { @extend #menu ul; // <= Dessa forma dá erro :( } } } I need you...
asked by 18.07.2018 / 20:32
1
answer

SASS: Updating the css file in different folders?

I'm learning SASS and would like to know how to update a .css file by sass, when the .scss file and the css are in different folders. For example: style.scss is in the scss folder and style.css is in the css folder. I understand...
asked by 14.07.2018 / 14:00
0
answers

Change the color of part of the text in the input using Vuejs / Html / css

As for example on Facebook when we type Congratulations so-and-so inside the input the word congratulations turns bold and orange and the person keeps typing normally ... that is ... when the person types the word parabens I need to just chang...
asked by 03.06.2018 / 22:48
0
answers

Gulp sass is not a function

I am creating a project in CodeIgniter 3 with HMVC, where the assets will be inside the module folders. I created a gulpfile, I installed all modules by npm, but gulp-sass, to compile the SCSS files is not working. The code is as follows:...
asked by 10.05.2018 / 14:44
1
answer

Fontawesome does not load correctly loads square

Once you have made the settings and install the font-awesome with the Bower and call it via my Sass file plugin.sass The same is not working appear only a few squares. _variables.scss install the sourceawesome-sass , but the p...
asked by 13.04.2018 / 02:27