0.0.10 • Published 9 months ago

@snailicide/g-windi v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@snailicide/g-windi 🐌

NPM License: MIT code style: prettier

Provides repository with base configurations that can be extended in new packages.


TypeScript TypeScript UnoCSS Windicss

Repository

Author

šŸ‘¤ Gillian Tunney

Recommended package manager is pnpm

PNPM

Repository

snailicide-monorepo

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