Skip to content

Commit

Permalink
TC-352 Tilpass less-options for å være kompatibel med gamle less-defa…
Browse files Browse the repository at this point in the history
  • Loading branch information
slovrid committed Apr 3, 2023
1 parent 47d2f34 commit 4750e2f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion craco.config.js
@@ -1,5 +1,14 @@
module.exports = {
plugins: [
{ plugin: require('craco-less') }
{
plugin: require('craco-less'),
options: {
lessLoaderOptions: {
lessOptions: {
math: "always"
}
}
}
}
]
};

0 comments on commit 4750e2f

Please sign in to comment.