0.2.34 • Published 3 years ago

bfi-colors v0.2.34

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

bfi-theme-colors

Install

npm install bfi-colors

Requirements

Note that installing as a dev dependency --save-dev or -D will not work correctly.

Make sure to install Sass and Sass-loader

Usage

Create custom.scss file inside your assets folder. Add this lines to your custom.scss. Note that bfi-colors should be imported first before bootstrap.

@import "../node_modules/bfi-colors/scss/style";
@import "../node_modules/bootstrap/scss/bootstrap";

Download font files used in the repository. This is important for the package to work. Download Red-Hat-Display here. After downloading, copy and paste font files inside the assets directory.

assets

Then go to nuxt.config.js and import custom.scss as global css.

css: ["@/assets/custom.scss"],

nuxt

Color Variants

Access the customized color variants using the "variant" property. See the list of the custom variant names below.

Sample Usage

snippet

Custom Variant Names

theme-colors

0.2.34

3 years ago

0.2.33

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.30

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.27

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago