Questions tagged as 'sass'

0
answers

Change the render when clicking on a specific div

I have in my Rails application the following code: .col-md-6 h2.h2-move Imagem hr .col-md-6 h2 Lista hr = render 'listings/list_of_listing', listings: @listings, message: 'Você não gerencia anúncios no momento.', load_more_path: req...
asked by 02.04.2018 / 21:47
1
answer

How do I change the background color of the element if a child element exists?

I have the body tag and the background color will change if there is a div.login as a child. ... <body> <div class="container"><div class="login"></div></div> <body> ...     
asked by 10.02.2018 / 17:14
1
answer

Error compiling SASS / SCSS from Foundation 6 with Grunt

I'm trying to install and build Foundation 6 via SASS. Well, the installation via NPM I was able to do correctly according to the instruction on the site: link So I created the file Gruntfile.js and config.rb according to the document...
asked by 15.08.2017 / 20:33
2
answers

Dropdown Menu Responsive

I created a responsive menu, I would like to add an action to my button, when it was clicked my menu would appear, the menu is already created, but still could not get it to appear just with the click: this is my index where the menu is...
asked by 23.07.2017 / 19:39
2
answers

Error in sass style sheet

Hello, I was writing the styles for my home page, everything was working perfectly, until an error appeared in the gulp. Error in plugin 'sass' Message: sass\organisms\_header.sass Error: Invalid CSS after "...in: 35px 0 0; }": expected "}"...
asked by 03.06.2017 / 19:44
0
answers

Unknown gulp error

I added the file mixins.sass to my project and when I went to look at the terminal, it presented the following error:    events.js: 160 er; // Unhandled 'error' event    Error: sass \ molecules \ mixins.sass    Error: no mixin named...
asked by 22.05.2017 / 22:06
1
answer

css error in sass

Hello, I created a reset.sass file for my project when I updated the gulp, generated the following error in one of the lines of my file, but I still could not figure out what the error was. This is the output of gulp: [17:31:22] Finished 'sa...
asked by 27.05.2017 / 22:58
1
answer

Change placeholder opacity when input in focus

I need to change the opacity of the placeholder when input in focus but not to achieve in sass Html <input type="text" name="search_cursos" id="search_cursos" placeholder="Procure a vaga que deseja" class="procurarvaga"> My scss...
asked by 20.03.2017 / 14:55
0
answers

Visual Studio Team Services (project) + SASS

Hello, I would like to know if it is possible to "compile" SASS into a project in Visual Studio 2015 without having to install anything. Reason : I'm needing something from a GET in the project using Visual Studio Team Services, running it a...
asked by 20.02.2017 / 21:46
0
answers

Sass on xampp does not work

Good afternoon, I'm trying to run sass on xampp, but it's not working. Can anyone tell me if there is a way to make it work?     
asked by 14.10.2016 / 19:30