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

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
0
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-mini - npm Package Compare versions

Comparing version 0.65.0-beta.2 to 0.65.0-beta.3

dist/shared/preset-mini.BVh-vya-.mjs

7

dist/index.d.ts

@@ -10,3 +10,3 @@ import * as _unocss_core from '@unocss/core';

declare const preflights: Preflight<Theme>[];
declare function preflights(options: PresetMiniOptions): Preflight<Theme>[] | undefined;

@@ -57,3 +57,3 @@ interface DarkModeSelectors {

*/
preflight?: boolean;
preflight?: boolean | 'on-demand';
/**

@@ -76,4 +76,3 @@ * Enable arbitrary variants, for example `<div class="[&>*]:m-1 [&[open]]:p-2"></div>`.

declare function VarPrefixPostprocessor(prefix: string): Postprocessor | undefined;
declare function normalizePreflights<Theme extends object>(preflights: Preflight<Theme>[], variablePrefix: string): Preflight<Theme>[];
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, normalizePreflights, preflights, presetMini };
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, preflights, presetMini };
{
"name": "@unocss/preset-mini",
"type": "module",
"version": "0.65.0-beta.2",
"version": "0.65.0-beta.3",
"description": "The minimal preset for UnoCSS",

@@ -59,5 +59,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.65.0-beta.2",
"@unocss/rule-utils": "0.65.0-beta.2",
"@unocss/extractor-arbitrary-variants": "0.65.0-beta.2"
"@unocss/core": "0.65.0-beta.3",
"@unocss/extractor-arbitrary-variants": "0.65.0-beta.3",
"@unocss/rule-utils": "0.65.0-beta.3"
},

@@ -64,0 +64,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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