Skip to content

Commit

Permalink
docs(usage): add basic information on how to use the plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM authored Jan 12, 2019
1 parent 27e9a2e commit 58a0c30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ This package aims to add a few useful tools to help speed up development of them
**Can't you do this yourself by editing some variables?**

Of course you can! This package exists purely to make it faster to replicate some commonly used customizations.

## Usage

There are a couple ways in use these plugins:

1. Add all of them to your project by importing the `plugin.scss` file found in the root `scss/` directory, or
2. Add individual plugins by importing the other `.scss` files found in the root `scss/` directory.

Once you have done that, you can use them as you would any other bootstrap feature.

0 comments on commit 58a0c30

Please sign in to comment.