1.1.7 • Published 3 years ago

bootstrap-scss-plugins v1.1.7

Weekly downloads
37
License
ISC
Repository
github
Last release
3 years ago

bootstrap-scss-plugins

This project is now deprecated and will not recieve any more updates since most features provided by this project can now be found in Bootstrap 4.6.

NPM Version License

A suite of SCSS plugins used for developing Bootstrap 4 themes and sites.

This package aims to add a few useful classes and mixins, not found in "vanilla" Bootstrap 4, to help speed up the development of websites.

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 to use the plugins, but all steps begin with importing the main Bootstrap files first.

Include everything using the plugin file

@import 'path/to/node_modules/bootstrap/scss/bootstrap';
@import 'path/to/node_modules/bootstrap-scss-plugins/scss/plugins';

Include single plugins

@import 'path/to/node_modules/bootstrap/scss/bootstrap';
@import 'path/to/node_modules/bootstrap-scss-plugins/scss/responsive-typography';
@import 'path/to/node_modules/bootstrap-scss-plugins/scss/font-sizes';

Once you have imported all the files you need, you can simply use the classes and mixins as you would any other Bootstrap feature.

For more detailed usage of each plugin, please see the docs.

Classes

Mixins

Other Features

1.1.7

3 years ago

1.1.6

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago