File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,10 @@ $plone-toolbar-top-height: calc($spacer * 2.5);
171
171
@import " @plone/plonetheme-barceloneta-base/scss/forms" ;
172
172
```
173
173
174
- !!! tip
175
- See all the [ barceloneta SCSS files] ( https://github.com/plone/plonetheme.barceloneta/tree/master/scss )
176
- that are available and import the ones that you want to use.
174
+ ``` {tip}
175
+ See all the [barceloneta SCSS files](https://github.com/plone/plonetheme.barceloneta/tree/master/scss)
176
+ that are available and import the ones that you want to use.
177
+ ```
177
178
178
179
Add ` @plone/plonetheme-barceloneta-base ` as a dependency:
179
180
@@ -187,10 +188,11 @@ Add a script on `package.json` to compile the CSS:
187
188
"css-compile-main" : " sass --load-path=node_modules --style expanded --source-map --embed-sources --no-error-css plone.scss:../static/plone.css"
188
189
```
189
190
190
- !!! tip
191
- Look at [ plonetheme.barcelonta package.json] ( https://github.com/plone/plonetheme.barceloneta/blob/master/package.json )
192
- for a few more scripts to prefix and minify your CSS to get a production ready bundle.
193
-
191
+ ``` {tip}
192
+ Look at [plonetheme.barcelonta package.json](https://github.com/plone/plonetheme.barceloneta/blob/master/package.json)
193
+ for a few more scripts to prefix and minify your CSS to get a production ready bundle.
194
+ ```
195
+
194
196
Run the compilation:
195
197
196
198
``` shell
You can’t perform that action at this time.
0 commit comments