Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@warp-ds/uno

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/uno

## use

  • 1.0.0-alpha.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
536
decreased by-60.24%
Maintainers
6
Weekly downloads
 
Created
Source

drive - an UnoCSS preset

use

plugin API

usePreflight

  • boolean
  • Forces preflights to be included

development

  • boolean
  • Will include preflights and base classes when true. These would be 'externalized' to Eik in production builds.

usePixels

  • boolean
  • Internal use only, for use on sites that are incompatible with root REM/font-size changes

migration development

checking fabric classes

  1. Check out the parity project from warp-ds, get dependencies for the project
  2. Link to the parity project from the plugin folder (this folder): pnpm link ../parity
  3. Run node checkFabricClasses.js

generating warp classes using command line

Run node dev.js or pnpm dev

Usage: node dev.js [-c | --cliClasses=] [--usePixels] [--development] [--externalClasses] [--externalizeClasses] [--usePreflight]

Example: node dev.js --usePixels --development --cliClasses=m-2 ! Do not use shortcut when passing negative values, e.g. node dev.js --cliClasses='-m-2! gap-2'

Contributing

We use commitizen to ensure coherent commit message structure, used by semantic release to generate change logs and handle versioning.

npm install -g commitizen

When installed, you should be able to type cz or git cz in your terminal to commit your changes (replacing git commit).

Add and commit with Commitizen

Releases

This project uses Semantic Release to automate package publishing when making changes to the master or alpha branch.

It is recommended to branch off the alpha branch and follow conventional commits when making changes. When your changes are ready for pull request, this should be opened against the alpha branch.

Please note that the version published will depend on your commit message structure. Make sure to use commitizen (see Development section).

FAQs

Package last updated on 28 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc