Note
Check the list of available boosts on the website.
Warning
This package is only available for the Aplós main theme, and it's not intended to be used as a standalone package. It only serves as a way to manage the boosts for the Aplós theme in an organized and separated way.
To add a boost, simply add the stylesheet to the boosts
folder of this repository and import it in the index.scss
file.
An example of an boost:
.boost-name {
h1 {
color: red;
}
}
It's important to add the boost's styles inside the class name of the boost, to avoid conflicts with other boosts and the main stylesheet of the theme.