bootstrap-4-theme

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

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
npm i bootstrap-4-theme

Metadata

  • MIT
  • Whatever
  • jharris4
  • released 6/5/2018

Downloads

Maintainers