1.0.2 • Published 6 years ago

bootstrap-4-theme v1.0.2

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

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