@3yourmind/kotti-style

Kotti style repository which includes all styles of the kotti component library.

Usage no npm install needed!

<script type="module">
  import 3yourmindKottiStyle from 'https://cdn.skypack.dev/@3yourmind/kotti-style';
</script>

README

Kotti Style

The CSS library for Kotti Style 💅

npm version

Getting started

Install with NPM

npm install @3yourmind/kotti-style --save

Install with Yarn

yarn add @3yourmind/kotti-style

Compiling CSS

Kotti-style uses Gulp for compiling CSS. First you need to install dependences.

yarn install

All available Gulp tasks:

  • yarn gulp build - compile Sass to CSS and minify files (default)
  • yarn gulp watch - watch file changes and re-compile CSS files

The compiled CSS file located in /dist directory.

Import Kotti Style

@import '@3yourmind/kotti-style';