4.4.1 • Published 4 years ago

bootstrap-just-css v4.4.1

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Bootstrap just CSS

It's a simple package with Bootstrap styles only. If you don't want a use whole Bootstrap library and if you need just a css styles this package is perfect for you.

Installation:

npm

npm install bootstrap-just-css

npx

npx bootstrap-just-css

(npx is a package runner tool that comes with npm 5.2+ and higher)

Yarn

yarn bootstrap-just-css

Versions

You can install selected Bootstrap version.

yarn bootstrap-just-css@2.3.2
npm install bootstrap-just-css@4.3.1

Usage:

After installation you have to import selected css files.

Bootstrap v.2.3.2+

import 'bootstrap-just-css/css/bootstrap.css'
import 'bootstrap-just-css/css/bootstrap.min.css'
import 'bootstrap-just-css/css/bootstrap-responsive.css'
import 'bootstrap-just-css/css/bootstrap-responsive.min.css'
...

Bootstrap v.3.3.7+

import 'bootstrap-just-css/css/bootstrap.css'
import 'bootstrap-just-css/css/bootstrap.min.css'
import 'bootstrap-just-css/css/bootstrap-theme.css'
import 'bootstrap-just-css/css/bootstrap-theme.min.css'
...

Bootstrap v.4.0.0+

import 'bootstrap-just-css/css/bootstrap.css'
import 'bootstrap-just-css/css/bootstrap.min.css'
import 'bootstrap-just-css/css/bootstrap-grid.css'
import 'bootstrap-just-css/css/bootstrap-grid.min.css'
import 'bootstrap-just-css/css/bootstrap-reboot.css'
import 'bootstrap-just-css/css/bootstrap-reboot.min.css'
...

License:

This package is open source software licensed as MIT and used MIT license from Bootstrap.

4.4.1

4 years ago

4.3.1

4 years ago

4.0.0

4 years ago

4.2.1

4 years ago

3.4.1

4 years ago

3.3.7

4 years ago

2.3.2

4 years ago