bootstrap5-windows98theme
v0.1.7
Published
This is a simple Windows 98 style theme for Bootstrap 5
Downloads
11
Readme
Bootstrap 5 Window 98 theme
View live example: https://win98.example.bloafer.com/
This is a simple Windows 98 style theme for Bootstrap 5, just place the CSS file after the bootstrap CSS and you're good to go
Installation
Assuming you already have Bootstrap 5 installed, all you need to do is run the following:
npm install bootstrap5-windows98themeUsage in Laravel 11 using Vite
Plain CSS
Add the following after Bootstrap CSS files in your pre-compiled CSS (resources/css/app.css)
@import 'bootstrap5-windows98theme/dist/css/98.css';SASS
Add the following after Bootstrap CSS files SASS file (resources/scss/app.scss)
@import 'bootstrap5-windows98theme/scss/98.scss';Finally
Then just run npm run build assuming you're not doing live compiles in the background
Once the server is up and running you should see the updated site
