File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Theming based on a filesystem package without any dependency.
25
25
- No Diazo needed
26
26
27
27
28
+ (classic-ui-theming-from-scratch-package-label)=
29
+
28
30
## Theme package
29
31
30
32
- Create a theme package as explained here.
@@ -33,6 +35,8 @@ Theming based on a filesystem package without any dependency.
33
35
- Static files
34
36
35
37
38
+ (classic-ui-theming-from-scratch-static-files-label)=
39
+
36
40
## Static files
37
41
38
42
Register directory to keep static files
@@ -49,6 +53,9 @@ Directory: `src/plonetheme/munich/browser/static`
49
53
/>
50
54
```
51
55
56
+
57
+ (classic-ui-theming-from-scratch-theme-label)=
58
+
52
59
## Theme
53
60
54
61
### Manifest
@@ -161,7 +168,7 @@ To do so, follow this guide.
161
168
- Add a script in {file }`package.json` to compile the CSS.
162
169
163
170
```json
164
- "css-compile-main": "sass --load-path =node_modules --style expanded --source-map --embed-sources --no-error-css plone.scss :../static/plone.css"
171
+ "css-compile-main": "sass --load-path =node_modules --style expanded --source-map --embed-sources --no-error-css plone.scss :../static/plone.css"
165
172
```
166
173
167
174
```{tip }
You can’t perform that action at this time.
0 commit comments