LESS is a dynamic stylesheet language that extends CSS with dynamic behavior such as variables, mixins, operations and functions.
0
votes
0answers
16 views
LESS lazy mixin for element width/height/float
I have been working with LESS for a few years now and would like to get feedback on some of my mixins. I have a site dedicated to my library, so please let me know if anyone might find this useful.
...
3
votes
1answer
49 views
LESS CSS, including support for shadowboxes
I'm learning about using LESS and wanted to get anyone's input on if I'm using the concepts, syntax, etc. correctly.I know this might seem subjective and not the correct place to post, so please let ...
-3
votes
1answer
1k views
Simplify LESS :hover and :focus
I have the following snippet of LESS code to generate CSS. I have some different classes which I apply to different elements, and on hover or focus they should change color.
...
4
votes
1answer
134 views
Can my Less CSS code be improved?
I just started getting into the Less CSS framework and I am wondering if I'm doing it right and how the code can be improved if possible.
global.less
...
5
votes
0answers
529 views
Django on virtual machine - watching changes in static files and autocompiling LESS without inotify
I'm setting up a Django development environment using Vagrant to run an Ubuntu virtual machine on VirtualBox. As this is a student project run mostly be very amateur coders and I want everyone to be ...
5
votes
1answer
109 views
How can I reduce this .less call to one line per image
How can I simplify this .less code to require less repetition (i.e., so that I can have many buttons with normal, rollover, and pressed states without using 3 lines for each button):
...