bootstrap-just-css

4.4.1 • Public • Published

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.

Downloads License npm

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bootstrap-just-css

      Weekly Downloads

      2

      Version

      4.4.1

      License

      MIT

      Unpacked Size

      2.02 MB

      Total Files

      15

      Last publish

      Collaborators

      • pglejzer