You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/theming/barceloneta.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,7 @@ All the theming relevant files are now located inside `src/plonetheme/themebased
118
118
119
119
## npm package
120
120
121
-
To compile the SCSS code you have to install the required dependencies with `npm`
122
-
and run the package script `build` inside the `theme/` folder:
121
+
To compile the SCSS code you have to install Node.js (v16+) and the required dependencies with `npm`. Then run the package script `build` inside the `theme/` folder:
123
122
124
123
```shell
125
124
npm install
@@ -153,27 +152,26 @@ scss/_variables.scss
153
152
154
153
### SCSS and root variables
155
154
156
-
To set a custom font you have three variables you can modify:
155
+
To set a custom font you define the font variables in `scss/_variables.scss`:
0 commit comments