Parcel: How to set less modifyVars When I Use Less

Created on 21 Dec 2017  路  9Comments  路  Source: parcel-bundler/parcel

How to set less modifyVars When I Use Less?

Question

Most helpful comment

Seems lessrc is not working.

All 9 comments

You can use a .lessrc file:

//.lessrc
{
    "modifyVars": {
      "@buttonFace": "#5B83AD",
      "@buttonText": "#D9EEF2"
    }
}

Seems lessrc is not working.

+1

is this possible?

works with less 2.7, just downgrade

It doesn't work even installing less 2.7.3

@brandon93s this is not working, could you reopen the issue?

It doesn't work even installing less 2.7.0

@brandon93s
this is not working, could you reopen the issue?

lessrc doesn't work, have you find a solution ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

termhn picture termhn  路  3Comments

donaldallen picture donaldallen  路  3Comments

davidnagli picture davidnagli  路  3Comments

dsky1990 picture dsky1990  路  3Comments

medhatdawoud picture medhatdawoud  路  3Comments