We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341112b commit 21e3694Copy full SHA for 21e3694
packages/mercury/README.md
@@ -87,6 +87,7 @@ npm i @genexus/mercury
87
```scss
88
$icons-path: "assets/custom/path/icons/";
89
$font-face-path: "assets/custom/path/fonts/";
90
+ $globant-colors: false;
91
```
92
93
3. Run the following command to transpile the bundles with the new path for the assets:
packages/mercury/src/bundles/scss/base/base.scss
@@ -6,7 +6,7 @@
6
7
$light-theme: true,
8
$dark-theme: true,
9
- $globant-colors: true,
+ $globant-colors: $globant-colors,
10
11
$font-face: true,
12
$font-face-path: $font-face-path,
packages/mercury/src/config.scss
@@ -3,3 +3,4 @@
3
4
$icons-path: "./assets/icons/";
5
$font-face-path: "./assets/fonts/";
+$globant-colors: false;
0 commit comments