boosts 0.0.7
Install from the command line:
Learn more about npm packages
$ npm install @aplosdev/boosts@0.0.7
Install via package.json:
"@aplosdev/boosts": "0.0.7"
About this version
[!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.