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
See all the available [Barceloneta SCSS files](https://github.com/plone/plonetheme.barceloneta/tree/master/scss), and import the ones that you want to use.
178
+
```
192
179
193
-
```{tip}
194
-
Look at [plonetheme.barcelonta package.json](https://github.com/plone/plonetheme.barceloneta/blob/master/package.json)
195
-
for a few more scripts to prefix and minify your CSS to get a production ready bundle.
196
-
```
197
-
198
-
Run the compilation:
180
+
- Add `@plone/plonetheme-barceloneta-base` as a dependency.
199
181
200
-
```shell
201
-
yarn run css-compile-main
202
-
```
182
+
```shell
183
+
yarn add @plone/plonetheme-barceloneta-base
184
+
```
185
+
186
+
- Add ascript in {file}`package.json` to compile the CSS.
Look at [`plonetheme.barcelonta`'s {file}`package.json`](https://github.com/plone/plonetheme.barceloneta/blob/master/package.json) for a few more scripts that can prefix and minify your CSS and get a bundle for use in production.
194
+
```
195
+
196
+
- Run the compilation.
197
+
198
+
```shell
199
+
yarn run css-compile-main
200
+
```
201
+
202
+
- Finally, {ref}`register the bundle <classic-ui-from-scratch-bundle-registration-label>`.
203
203
204
-
Finally, register the bundle: {ref}`classic-ui-from-scratch-bundle-registration-label`.
204
+
With this guide, you will save yourself quite some work on styling the toolbar, the add and edit forms, and control panels, while keeping the rest of your theming separate.
205
205
206
-
With this, you will save yourself quite some work on styling the toolbar, the add/edit forms and controlpanels,
207
-
while keeping the rest of your theming on your own.
0 commit comments