Introduction
Welcome to Bootstrap Retro!
We recommend you to change the theme to light.
So this is a modified version of the bootstrap framework. This modification is retro style. Our contributors try to make retro designs back in this era. We brought it up by modifying an existing bootstrap style. Hope you enjoy 🚀
⚠️ Our contributors are frequent & support bootstrap, Retro Bootstrap is just a modification for contributors exploration to try to bring Retro version of Bootstrap. The purpose of this creation, is just for exploration. In this retro bootstrap, we also keep the official license of bootstrap. We just changed the CSS design style
Quickstart
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap retro demo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yogastama/bootstrap_retro@master/css/bootstrap_retro.min.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="https://cdn.jsdelivr.net/gh/yogastama/bootstrap_retro@master/js/bootstrap.min.js"></script>
</body>
</html>
Install
Beta!
$ npm install @yogastama/bootstrap_retro
Usage
import "@yogastama/bootstrap_retro/css/bootstrap_retro.min.css";
import "@yogastama/bootstrap_retro/js/bootstrap.min.js";