bootstrap-just-css
v4.4.1
Published
[Bootstrap](https://getbootstrap.com/) CSS and font libraries only. Simple package without JavaScript.
Downloads
12
Maintainers
Readme
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 [email protected]
npm install [email protected]
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.