Skip to content

Commit

Permalink
docs: fix lessLoaderOptions example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hehex9 committed Jun 3, 2020
1 parent 17aa30f commit a05cdcc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,14 @@ module.exports = {
plugin: CracoLessPlugin,
options: {
lessLoaderOptions: {
modifyVars: {
"@primary-color": "#1DA57A",
"@link-color": "#1DA57A",
"@border-radius-base": "2px"
},
javascriptEnabled: true
lessOptions: {
modifyVars: {
"@primary-color": "#1DA57A",
"@link-color": "#1DA57A",
"@border-radius-base": "2px"
},
javascriptEnabled: true
}
}
}
}
Expand Down

0 comments on commit a05cdcc

Please sign in to comment.