1.0.2 • Published 4 years ago
@docus/windicss-module v1.0.2
Docus WindiCSS Module
WindiCSS scanning compatible with Docus.
Quick Setup
- Add
@docus/windicss-moduledependency to your project:
# Using Yarn
yarn add --dev @docus/windicss-module
# Using NPM
npm install --save-dev @docus/windicss-module- Add
@docus/windicss-moduleto thebuildModulessection of yournuxt.config.js
{
buildModules: ['@docus/windicss-module']
}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
1.0.2
4 years ago