stisla-theme
v2.2.1
Published
Standalone CSS / SCSS theme of the popular stisla bootstrap admin template
Downloads
120
Readme
Stisla Theme
This is the standalone CSS and SCSS theme of the popular stisla free Bootstrap admin template.
Quick Start
Install
# using NPM
npm i stisla-theme
# using yarn
yarn add stisla-themeUsing 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 updateInstall dependencies
yarnCopy scss files from stisla submodule
yarn copy-srcBuild for distribution
yarn buildPublish to NPM (auto builds)
yarn publishLicense
Stisla is under the MIT License
Credits
All credits go to the creators of stisla.
