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 server
Building
To build css
files install deps and run build:
$ npm i
$ npm run build
All files are in dist/css
.
Publishing
$ npm login
$ npm publish
Using 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">