stisla-theme

2.2.1 • Public • Published

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.

Package Sidebar

Install

npm i stisla-theme

Weekly Downloads

40

Version

2.2.1

License

MIT

Unpacked Size

724 kB

Total Files

234

Last publish

Collaborators

  • jiaan