summaryrefslogtreecommitdiff
path: root/frontend/craco.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/craco.config.js')
-rw-r--r--frontend/craco.config.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/frontend/craco.config.js b/frontend/craco.config.js
deleted file mode 100644
index 3d354263..00000000
--- a/frontend/craco.config.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/* eslint-disable @typescript-eslint/no-var-requires */
-const CracoLessPlugin = require('craco-less');
-
-module.exports = {
- plugins: [
- {
- plugin: CracoLessPlugin,
- options: {
- lessLoaderOptions: {
- modifyVars: {
- '@font-family': 'Open Sans',
- '@body-background': '#f0f2f5',
- '@menu-item-padding': '0 120px',
- '@menu-bg': 'none',
- '@menu-item-font-size': '16px',
- '@collapse-content-bg': '#f0f2f5',
- },
- javascriptEnabled: true,
- },
- },
- },
- ],
-};