@3yourmind/kotti-style 中文文档教程
Kotti Style
Kotti Style 的 CSS 库 ????
Getting started
用 NPM 安装
npm install @3yourmind/kotti-style --save
用 Yarn 安装< /strong>
yarn add @3yourmind/kotti-style
Compiling CSS
Kotti-style 使用 Gulp 编译 CSS。 首先需要安装依赖。
yarn install
所有可用的 Gulp 任务:
yarn gulp build
- compile Sass to CSS and minify files (default)yarn gulp watch
- watch file changes and re-compile CSS files
编译后的 CSS 文件位于 /dist
目录中。
Import Kotti Style
@import '@3yourmind/kotti-style';
Kotti Style
The CSS library for Kotti Style ????
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';