$primary: $blue !default;
$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y build-essential
sudo apt-get install -y nodejs
@width*(1px)
~"@{width}px"
@width: 144px;
a{
width: @width / 3.14
}
ковычек
поставил winless все открыл, выбрал что нужно а дальше ? как скомпилить в один файл?
When you add a folder to WinLess (either via 'Add folder' or by dropping it on the folder pane), WinLess will start watching the LESS files in it.
WinLess will automatically recompile a less file when it is changed.
bower search bootstrap-stylus