0.2.5 • Published 2 years ago

@devsamurai/bs-themes v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.2.2

2 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago