2.0.2-27246960.c9bb2a9-27246960.c9bb2a8 • Published 4 years ago
@docus/windicss-edge-edge v2.0.2-27246960.c9bb2a9-27246960.c9bb2a8
Docus WindiCSS Module
WindiCSS scanning compatible with Docus.
Quick Setup
- Add
@docus/windicssdependency to your project:
# Using Yarn
yarn add --dev @docus/windicss
# Using NPM
npm install --save-dev @docus/windicss- Add
@docus/windicssto thebuildModulessection of yournuxt.config.js
{
buildModules: ['@docus/windicss']
}Usage
- Add a
windi.config.{js|ts}file at the root of yourthemeDir. - Write your
windi.configfile as you would usually do. - It gets merged with the user Windi config (
rootDir/windi.config) file. - You also get full scanning of Windi classes into Span Syntax.
Development
- Clone this repository
- Install dependencies using
yarn install - Start dev server using
yarn dev
2.0.2-27246960.c9bb2a9-27246960.c9bb2a8
4 years ago