Socket
Socket
Sign inDemoInstall

unocss

Package Overview
Dependencies
Maintainers
1
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unocss - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

16

package.json
{
"name": "unocss",
"version": "0.9.2",
"version": "0.9.3",
"description": "The instant on-demand Atomic CSS engine.",

@@ -43,9 +43,9 @@ "keywords": [

"dependencies": {
"@unocss/core": "0.9.2",
"@unocss/cli": "0.9.2",
"@unocss/reset": "0.9.2",
"@unocss/preset-icons": "0.9.2",
"@unocss/preset-attributify": "0.9.2",
"@unocss/preset-uno": "0.9.2",
"@unocss/vite": "0.9.2"
"@unocss/core": "0.9.3",
"@unocss/cli": "0.9.3",
"@unocss/reset": "0.9.3",
"@unocss/preset-icons": "0.9.3",
"@unocss/preset-attributify": "0.9.3",
"@unocss/preset-uno": "0.9.3",
"@unocss/vite": "0.9.3"
},

@@ -52,0 +52,0 @@ "engines": {

@@ -110,4 +110,6 @@ <br>

Presets are the heart of UnoCSS that lets you make your own custom framework in minutes. We are providing the following presets officially:
Presets are the heart of UnoCSS that lets you make your own custom framework in minutes.
###### Official Presets
- [@unocss/preset-uno](https://github.com/antfu/unocss/tree/main/packages/preset-uno) - The default preset.

@@ -117,2 +119,8 @@ - [@unocss/preset-attributify](https://github.com/antfu/unocss/tree/main/packages/preset-attributify) - Provides [Attributify Mode](#attributify-mode) to other presets and rules.

###### Community Presets
- [unocss-preset-typography](https://github.com/ydcjeff/unocss-preset-typography) - Typography Preset by [@ydcjeff](https://github.com/ydcjeff)
### Use Presets
To set presets to your project:

@@ -213,4 +221,6 @@

<details>
<summary>It's an advance feature, you should not need it in most of the cases.</summary>
<summary>This is an advance feature, you don't need it in most of the cases.</summary>
<br>
When you really need some advanced rules that can't be covered by the combination of [Dynamic Rules](#dynamic-rules) and [Variants](#custom-variants), you also provide a way to give you full controls of generating the CSS.

@@ -258,3 +268,3 @@

Note is an advanced feature, you might need to read some code to take the full power of it.
You might need to read some code to take the full power of it.

@@ -261,0 +271,0 @@ </details>

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