Questions tagged as 'less'

2
answers

Convert CSS fragment to LESS

I want to pass this CSS to LESS, how would it be in LESS? .Item { box-sizing: content-box; display: inline-block; width: 259px; margin-right: 2em; margin-bottom: 40px; } .Item-name { margin-bottom: 0; margin-top: 0; height: 45p...
asked by 21.01.2016 / 23:46
1
answer

LESS instead of CSS

I have a question about the server part where the rendering of the styles, at least with Chrome and FireFox. And they use the .LESS instead of the .CSS. In development it's good to show them to me, since it's so much easier to know what to to...
asked by 16.03.2018 / 11:38
2
answers

Blank spaces in LESS functions

I see a blank space between variable and constant. When rendered in the browser, it interprets it as an invalid attribute as expected. In the English version they have commented to me, well, marked as duplicated the question, but it is not ex...
asked by 20.04.2018 / 13:38
1
answer

Automatically adjust the height of a child div to the height of the parent div

less .content-card { width: 32rem; border-radius: 4px; box-shadow: 0 2px 6px 0 rgba(154,154,154,.78); background: #fff; .content-img { .img-a {...
asked by 27.11.2018 / 16:24
0
answers

page automatically refresh and not save repeatedly with visual studio code [in standby]

Good evening and happy new year 2019, I would like to know how to make a page refresh automatically, while I am modifying in the visual studio code, and not being saved at every moment. Thank you very much for your answers and ratings pdta...
asked by 31.12.2018 / 01:17
0
answers

GULP and LESS import

I'm having problems with GULP and LESS importing files. Previously I had a project, which had a styles.less file which imports the rest of the less files, such as menus, buttons, etc. And when I made a change in one of these chi...
asked by 16.04.2018 / 13:58
2
answers

Less variables are not replaced when compiling and error occurs

I am using less for the first time and I am having some problems. It's a MVC project and I'm using dotless and System.Web.Optimization.Less . I have registered a bundle to include all my files less and return a single minimized file to t...
asked by 27.09.2017 / 10:49