unocss-preset-fluid
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -14,3 +14,3 @@ import type { Preset } from 'unocss'; | ||
*/ | ||
extendMinWidth?: number; | ||
extendMinWidth?: number | null; | ||
/** | ||
@@ -24,3 +24,3 @@ * Max width in pixels where the fluid layout ends. | ||
*/ | ||
extendMaxWidth?: number; | ||
extendMaxWidth?: number | null; | ||
/** | ||
@@ -27,0 +27,0 @@ * Base font size in pixels. |
{ | ||
"name": "unocss-preset-fluid", | ||
"type": "module", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A fluid preset for unocss", | ||
@@ -6,0 +6,0 @@ "author": "Renato Moor <renatomoor1@gmail.com>", |
18334