@snailicide/g-windi
v0.0.10
Published
Function library for Windicss/UnoCSS and Vue 3
Downloads
51
Maintainers
Readme
@snailicide/g-windi 🐌
Provides repository with base configurations that can be extended in new packages.
Repository
Github: snailicide-monorepo
NPM Homepage: @snailicide/g-windi
Author
👤 Gillian Tunney
Recommended package manager is pnpm
Repository
Author
👤 Gillian Tunney
🐌
g-windi: A collection of utility functions for building configurations and themes for WindiCSS. These can also be used for similar frameworks like TailwindCSS and Unocss.
- Includes functions that utilize Windi CSS's engine at runtime to debug full configurations, including plugins.full configuration is resolved by the build tools. This is similar to antfu/windicss-runtime-dom: 🪄, except does not use mutation observer.
- This is useful for a wide range of purposes, including debugging specific configurations, as well as compiling classes added via form, like Shopify's Customizer or Elementor.
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
#pnpm
pnpm add @snailicide/g-windi
#yarn
yarn add @snailicide/g-windi
#npm
npm install @snailicide/g-windi
TODO: figure out how to change the filenames-simple/naming-convention for composables