New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-just-css

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-just-css

[Bootstrap](https://getbootstrap.com/) CSS and font libraries only. Simple package without JavaScript.

  • 4.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 23 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc