Skip to content

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

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.

Details


Assets

  • boosts-0.0.7.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all