Questions tagged as 'sass'

0
answers

SCOUT compiler does not generate css file

Good afternoon, I'm using the SCOUT compiler to work with scss and sass files, but from yesterday to today it's no longer generating css files, it's properly configured for project folders. As you can see, the file is being modified, bu...
asked by 16.05.2016 / 20:04
0
answers

Problem loading CSS Sass file

I'm facing a problem where when generating the CSS file, where it is generated by a task made through Gulp. When interpreting Sass and generating CSS, the file in the site only changes if I delete and create a new .css file, otherwise it remains...
asked by 28.04.2016 / 19:15
1
answer

Border-top appears in half on iOS

In% w / w the parameter iOS is shown halfway, on the PC it appears with 100% width normally. How to make it appear with 100% width in iOS too? ThisisSCSS:.wrapper-masthead{border-top:7pxsolid$amarelo;background:$white;width:100%;t...
asked by 11.03.2016 / 16:27
0
answers

import a variable from a _partial.scss file and use it within method in SASS

I'm starting to work with SASS and I'm having problems with partial file structure. By my understanding, I did something like this: _colors.scss $red: red; $blue: blue _buttons.scss @import "colors"; button{ background:$red;...
asked by 14.03.2016 / 21:56
1
answer

WEM + Lost Grid Methodology

I would like to know what would be the best practice to use different grid sizes with the same block. Ex: I have a Card component, and on my dashboard page I wish to have 4 Card s per line I also use this component elsewhere, on the...
asked by 30.12.2015 / 21:15
0
answers

Character Incompatibility in Sass ('IBM437' and 'UTF-8')

My problem occurs when I try to use --watch as follows: --watch estilos.scss:estilos.css My goal is to perform automatic compilation the moment the file is saved. The error that appears at the command prompt is as follows: Sass is...
asked by 26.11.2015 / 17:12
1
answer

How to get values from a JSON and pass as SASS variables with Grunt

I need to compile templates using grunt and I want to put the color settings inside a JSON file that will be inside each layout folder, ie I need to use Grunt to read the JSON and pass the values as variables to compile the SASS.     
asked by 28.09.2015 / 21:17
1
answer

Why does not my sass compile this code?

.button { //background-color: $button-blue-bg; color: $button-font-color; font-size: $button-font-size; position: relative; display: block; text-align: center; line-height: 20px; padding: 0 12px; border-radius:...
asked by 23.08.2018 / 05:02