Questions tagged as 'less'

1
answer

What is the difference between Less and Sass?

What is the difference of each and advantages and disadvantages?     
asked by 03.09.2014 / 03:16
5
answers

Problem with link rel="stylesheet / less" ...

I'll start studying LESS, but the problem is that I can not move to the first step. If I put <link rel="stylesheeet/less"...> does not work. Only work if I put <link rel="stylesheeet"...> without /less . I'v...
asked by 10.12.2014 / 15:00
1
answer

Less should be compiled still under development?

My question came up after read this question and its answers . Many IDEs provide ways to compile LESS code still in development. In Netbeans, for example, you can always set up the .less code to be saved, compiled, and generated in CS...
asked by 12.12.2014 / 22:50
4
answers

How to change an element within a less file?

@fundo:#fff; //como alterar isso, externamente com javascript @texto:rgb(94, 135, 176); //preciso mudar essa propriedade dinamicamente. .wrapper{ background-color:@fundo; } nav a:hover{ color:darken(@fundo, 30%); } nav a{ color:da...
asked by 25.02.2014 / 16:44
1
answer

How to compile Less or Sass automatically?

Personal I have a question regarding Less / Sass. Nowadays I only work with Sublime Text to develop my sites, and I use Sass or Less for styles and I use Koala to compile them. But would you like to know if there is any tool that will allow m...
asked by 21.11.2017 / 13:25
3
answers

Doubt of how to use a Less class with RAZOR

I'm researching a little to implement a feature to make life easier when programming. Is it possible to do this? We're using VS2013 with razor . I have the following class Less: .minColuna(@a) { -webkit-min-width: @a; -moz-...
asked by 10.08.2015 / 20:10
1
answer

How to do livereload using Grunt for .less files?

A SOLUÇÃO ESTÁ NA TERCEIRA PARTE JUNTO COM OS ARQUIVOS. I can do it for .htlm and .css files but not .less. Here the complete Gruntfile. Below is an excerpt from the part that I think is of interest: watch: { all: {...
asked by 26.10.2014 / 01:36
2
answers

Parent Element Height and Element Children Position Absolute

I have div - position:relative . And within that div I have several divs - position:absolute . In this way, height of div parent does not work automatically. I want the height to automa...
asked by 10.06.2015 / 18:26
1
answer

Is it possible to extend the bootstrap css using less?

I use twitter bootstrap for some things, and I came across the ease of using less, how can I, to use less bootstrap variables in a second css file? For example, call the media querys with the bootstrap values: @media (max-width: @screen-xs-...
asked by 06.06.2014 / 15:34
2
answers

Gulp + Bower - How to import the components installed by Bower for my final project

I'm starting to manage my components with Bower and I have a question: I use Gulp to perform tasks such as compiling my less files, concatenating javascripts, but since the Bower components are inside the bower_components I do not know how...
asked by 19.07.2015 / 20:41