Skip to content
#

Less

less logo

Less is a dynamic preprocessor style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client side or server side.

Here are 1,672 public repositories matching this topic...

prettier
BenMorel
BenMorel commented Aug 29, 2019

I'd like to use CSS modules by default for all my SCSS code, but disable it for Bootstrap SCSS files.

Right now I have this setup:

Encore.configureCssLoader(options => {
    options.modules = true;
    options.camelCase = true;
})

It works fine, but if I import Bootstrap SCSS files in my project:

require('bootstrap/scss/bootstrap.scss');

It gets compiled t

Created by Alexis Sellier

Released 2009

Latest release over 3 years ago

Repository
less/less.js
Website
lesscss.org
Wikipedia
Wikipedia
You can’t perform that action at this time.