bootstrap-4-theme
v1.0.2
Published
Style rules to reproduce the bootstrap-theme.css from bootstrap 3 for bootstrap 4
Downloads
188
Maintainers
Readme
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