Questions tagged as 'sass'

1
answer

Doubt on Framework

Good Devs! I'm new to the area and I'm facing a question that literally comes out of my sleep ... What is the best (easiness x performance) framework to use today? W3.CSS SCSS SASS Bootstrap I've been reading some things on the internet...
asked by 09.06.2016 / 22:40
2
answers

Menu wrap with icon and text aligned

I'm making a menu with ul and li where within my li it has an a with a span for the icon and a span for the text of the menu item. Currently when he arrives at an xxx resolution he breaks the items. I would lik...
asked by 03.12.2015 / 12:39
2
answers

SASS function does not work

Good morning! I'm doing some testing with the sass function it does not return anything to me. I figured it was something I was typing wrong, or something. I have copied the exact function of this site here and still the error continues. The f...
asked by 04.09.2014 / 15:54
1
answer

Strange problem with footer

I'm developing this site: link And I'm encountering problems with footer placement. I'm using twitter bootstrap (grid only) and SASS as tools. If you open the site, you will see that the footer is positioned above the article containe...
asked by 08.06.2014 / 22:40
1
answer

Deprecation Warning - Compass Unsemantic

I'm having a problem compiling some SASS + Compass + Unsemantic code that generates the following warning: DEPRECATION WARNING on line 17 of /Library/Ruby/Gems/2.0.0/gems/compass-unsemantic-0.1.5/stylesheets/compass-unsemantic/_unsemantic-grid...
asked by 01.02.2014 / 03:57
1
answer

How to generate columns with SUSY?

I am working for the first time on a project with SASS, COMPASS and SUSY. I wonder if you have some way to automatically generate the suzy columns.     
asked by 13.02.2014 / 21:46
1
answer

How to install Sass gem in Windows

I wanted to install Sass's gem so I could compile it in Windows. I installed the normal Ruby Installer and soon after I went into the Sass documentation on how to run it on Windows using console mode, however when I run the gem install sass...
asked by 10.02.2014 / 14:37
0
answers

Is it possible to do Functions with SASS?

I'm developing my CSS classes with SASS and realized that I often use Media Query (@media) to create behaviors at a given resolution. %display-none-mobile{ @media (max-width:992px){ display: none; } } .minha{ &-i...
asked by 22.11.2018 / 21:13
2
answers

node-sass is not recognized as an internal command

I'm trying to create a command to compile scss into css more easily. I followed this tutorial I installed nodejs, npm and node-sass I joined my project and rode the command    npm init My package.json looks like this: { "na...
asked by 01.11.2018 / 17:37
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