stisla-theme

Standalone CSS / SCSS theme of the popular stisla bootstrap admin template


Keywords
stisla, theme, bootstrap, scss, css
License
MIT
Install
npm install stisla-theme@2.2.1

Documentation

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.