Questions tagged as 'sass'

2
answers

Function to convert letter size into SASS

Good morning, I would like to know how to do a function within SASS that receives a value in pt and converts to px . I know that there is a specific account for the conversion and also that you can use function() but can you...
asked by 10.03.2017 / 14:42
1
answer

Problem loading font-awesome with SASS

The icons when loading are very different. <i class="fa fa-camera-retro fa-lg"></i> CAMERA <i class="fa fa-facebook"></i> FACEBOOK <i class="fa fa-github"></i> GITHUB I am loading font-awesome...
asked by 02.11.2016 / 19:43
2
answers

Minimization Sass css / js

I'm looking for a software for windows, which does the minification of js / css files in saas, I currently only know codekit, but it's for mac.     
asked by 30.11.2015 / 17:38
1
answer

Problem in task execution with Gulp & SASS?

I'm creating a task that compiles, renames, and simplifies files .scss to .css . My file structure looks like this: assets/ |__ css/ |__ sass/ | |__ uma-pasta/ | | |__ alguns.scss | | |__ arquivos.scss | | |__ vão.sc...
asked by 15.01.2016 / 19:25
1
answer

Compiling css with sass in Windows

I installed ruby on windows and installed sass. I have a css file that I want to use, but I do not know how to do it.     
asked by 15.01.2016 / 14:52
1
answer

Error installing SASS in Windows 8

   ERROR: Could not find a valid gem 'sass' (> = 0), here is why:            Unable to download data from link - SSL_connect returned = 1> errno = 0 state = SSLv3 read server certificate B: certificate verify failed > (< a href="https://...
asked by 27.01.2015 / 13:34
1
answer

CSS for SASS convert or not? [closed]

I have several files in css, I am in doubt if I rewrite it in sass to be able to give a better maintenance in the future or not, is it really advantageous?     
asked by 20.09.2018 / 21:56
1
answer

How to apply hover on all * siblings or * children?

Good evening, this is my first question here in the forum, so sorry if you do not put it in the best way. The problem I am facing is to apply the css: hover effect on all sibling elements or children (may vary). Next, I go through an image, d...
asked by 05.09.2018 / 05:18
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

What is and how to use Sass and Npm in Bootstrap 4?

I am learning how to use the bootstrap and these words came up and I would like to understand what they are and how they are used.     
asked by 04.07.2018 / 19:08