Questions tagged as 'scss'

3
answers

SASS and SCSS: why use them instead of conventional CSS?

I often hear about SASS and SCSS, but I do not know exactly how these tools work. I just know they are CSS generators (?). I found a related question here but it does not address the question of why it uses them, just the syntax differenc...
asked by 30.04.2018 / 17:53
2
answers

Problem in implementing awesome font icone by css

I'm having a problem loading my font via css I'm using font awesome 5 I'm implementing icones via content on css but the icon I want to use is not working that would be the icon link I want to use F0da but he does n...
asked by 09.05.2018 / 17:33
1
answer

Media queries are not applying the css according to device width

I'm trying to create a responsive layout. Some elements it is applying the css as quoted in the media queries, some others is getting web css. How can I arrange for him to get the corresponding css of what I want? Why does this occur? Here's...
asked by 21.06.2018 / 04:59
1
answer

Problems with attribute: css not ()

I'm having a problem editing a h2 with css and within that h2 has a span but wanted to apply the style in h2 but I do not want the style to apply to my span I'm using the :not(span) selector for this how...
asked by 11.05.2018 / 16:31
1
answer

Page does not load SCSS file

I'm learning web development and I started messing with SCSS in a layout but the browser is not pulling the same. It is being called together with the CSS file that is working normally on the page. <link href="css/abert_painel...
asked by 15.06.2018 / 19:01
1
answer

create variable with @for no scss

Good morning everyone! I need to create color variables in SCSS and I'm doing it like this: @for $i from 1 to 50{ $corClara{$i}:red; } But I can not get it to work ... Koala, when compiling, always says that the problem is in the {$ i} ....
asked by 18.09.2018 / 05:32
1
answer

Problems editing bootstrap variables

I'm working on a project and I'm using bootstrap 4 with scss I'm creating a form using the framework's own classes: <form class="form-search"> <div class="input-group">...
asked by 30.04.2018 / 16:39
1
answer

DIV lose the alignment if it is with a number of different rows

I'm trying to align some DIVs but I realized that when the DIV that is next to the other is not with the same line number in <p> it just loses alignment, I'm developing in Laravel using BLADE and implanted the VIEWS Follow the HT...
asked by 13.11.2018 / 19:44
1
answer

How to access the styles.scss file from within an Angular component

I'm working with Angular (project generated by @angular/cli ), and the structure of my project is below: src | - app | - foo | - foo.component.js | - foo.component.scss | - foo.component.html | -...
asked by 02.09.2018 / 04:07
0
answers

File "Compass / css3" not found when done Import

I'm trying to use a ready layout (test.scss), and it's my first time trying to implement SASS. Just in the code header, there are 3 imports: @import "compass/css3"; @import "compass/reset"; @import "compass/css3"; I have already installed G...
asked by 19.10.2018 / 20:55