2.2.1 • Published 2 years ago

stisla-theme v2.2.1

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

Stisla Theme

This is the standalone CSS and SCSS theme of the popular stisla free Bootstrap admin template.

Stisla Preview

Quick Start

Install

# using NPM
npm i stisla-theme

# using yarn
yarn add stisla-theme

Using SCSS

@import 'stisla-theme/dist/scss/style.scss';

/* optional imports */
@import 'stisla-theme/dist/scss/components.scss';
@import 'stisla-theme/dist/scss/rtl.scss';
@import 'stisla-theme/dist/scss/skins/reverse.scss';

Using CSS

@import 'stisla-theme/dist/css/style.css';

/* optional imports */
@import 'stisla-theme/dist/css/components.css';
@import 'stisla-theme/dist/css/rtl.css';
@import 'stisla-theme/dist/css/skins/reverse.css';

Development

Get stisla as a git submodule.

git submodule init
git submodule update

Install dependencies

yarn

Copy scss files from stisla submodule

yarn copy-src

Build for distribution

yarn build

Publish to NPM (auto builds)

yarn publish

License

Stisla is under the MIT License

Credits

All credits go to the creators of stisla.

2.2.1

2 years ago

2.2.0

2 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago