@devsamurai/bs-themes
v0.2.5
Published
Boostrap 5.x custom theme.
Readme
BS Themes
Dev Samurai Boostrap's theme.
Getting started
Before to check node-gyp's dependencies then install and start server:
$ npm i
$ npm run watch
$ npm run serverBuilding
To build css files install deps and run build:
$ npm i
$ npm run buildAll files are in dist/css.
Publishing
$ npm login
$ npm publishUsing Sass pack
Import style files:
// devsamurai dark theme
@import "../node_modules/@devsamurai/bs-themes/scss/dark/custom";
// boostrap (full)
@import "../node_modules/bootstrap/scss/bootstrap";
// custom components and mixis
@import "../node_modules/@devsamurai/bs-themes/scss/custom-mixis";
@import "../node_modules/@devsamurai/bs-themes/scss/dark/custom-components";And Google fonts:
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=IBM+Plex+Mono&display=swap" rel="stylesheet">