Socket
Socket
Sign inDemoInstall

bootstrap-4-theme

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bootstrap-4-theme

Style rules to reproduce the bootstrap-theme.css from bootstrap 3 for bootstrap 4


Version published
Maintainers
1
Install size
51.2 kB
Created

Readme

Source

bootstrap-4-theme

Adds a bootstrap-theme.css back to bootstrap 4

Installation

npm install bootstrap bootstrap-4-theme
yarn add bootstrap bootstrap-4-theme

Usage

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>Reveal</title>
    <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="node_modules/bootstrap-4-theme/dist/bootstrap-theme.min.css">
  </head>
  <body>
  </body>
</html>

Building

npm install
npm run build
yarn install
yarn build

Keywords

FAQs

Last updated on 05 Jun 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc