Skip to content

Commit 9012f30

Browse files
committed
Add labels for refs
1 parent 329ed93 commit 9012f30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/classic-ui/theming/from-scratch.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Theming based on a filesystem package without any dependency.
2525
- No Diazo needed
2626

2727

28+
(classic-ui-theming-from-scratch-package-label)=
29+
2830
## Theme package
2931

3032
- Create a theme package as explained here.
@@ -33,6 +35,8 @@ Theming based on a filesystem package without any dependency.
3335
- Static files
3436

3537

38+
(classic-ui-theming-from-scratch-static-files-label)=
39+
3640
## Static files
3741

3842
Register directory to keep static files
@@ -49,6 +53,9 @@ Directory: `src/plonetheme/munich/browser/static`
4953
/>
5054
```
5155

56+
57+
(classic-ui-theming-from-scratch-theme-label)=
58+
5259
## Theme
5360

5461
### Manifest
@@ -161,7 +168,7 @@ To do so, follow this guide.
161168
- Add a script in {file}`package.json` to compile the CSS.
162169

163170
```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"
165172
```
166173

167174
```{tip}

0 commit comments

Comments
 (0)