Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 824 Bytes

Boosts

The repository that hosts all the boosts for Aplós.

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.

Adding a Boost

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.