Skip to content

Commit c5d29eb

Browse files
authored
fix admonitions
1 parent 2c98180 commit c5d29eb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ $plone-toolbar-top-height: calc($spacer * 2.5);
171171
@import "@plone/plonetheme-barceloneta-base/scss/forms";
172172
```
173173

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+
```
177178

178179
Add `@plone/plonetheme-barceloneta-base` as a dependency:
179180

@@ -187,10 +188,11 @@ Add a script on `package.json` to compile the CSS:
187188
"css-compile-main": "sass --load-path=node_modules --style expanded --source-map --embed-sources --no-error-css plone.scss:../static/plone.css"
188189
```
189190

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+
194196
Run the compilation:
195197

196198
```shell

0 commit comments

Comments
 (0)