0.2.5 • Published 3 years ago
@devsamurai/bs-themes v0.2.5
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">
0.2.3
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.9
4 years ago
0.2.2
4 years ago
0.1.4
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.2
4 years ago
0.1.3
4 years ago
0.1.0
4 years ago
0.0.3
4 years ago
0.1.1
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago