@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20230705141337 to 0.0.0-dev-20230705165018
@@ -56,4 +56,4 @@ "use strict"; | ||
only: "&:only-child", | ||
even: "&:even", | ||
odd: "&:odd", | ||
even: "&:nth-child(even)", | ||
odd: "&:nth-child(odd)", | ||
firstOfType: "&:first-of-type", | ||
@@ -60,0 +60,0 @@ lastOfType: "&:last-of-type", |
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.0.0-dev-20230705141337", | ||
"version": "0.0.0-dev-20230705165018", | ||
"description": "The base preset for Panda CSS that contains the conditions and utilities", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@pandacss/types": "0.0.0-dev-20230705141337" | ||
"@pandacss/types": "0.0.0-dev-20230705165018" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
137106
+ Added@pandacss/types@0.0.0-dev-20230705165018(transitive)
- Removed@pandacss/types@0.0.0-dev-20230705141337(transitive)