Stisla Theme

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';

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';

Development

Get stisla as a git submodule.

git submodule init
git submodule update

Install dependencies

yarn

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.

New
(43)
• Released: Mar 24, 2020, 03:05 PM

Stisla Theme

Author: jilow
Item was Featured Author was Featured
FREE
Standalone CSS / SCSS theme of the popular stisla bootstrap admin template size
git clone https://github.com/jilow/stisla-theme.git