@griffel/react
Advanced tools
+2
-2
| { | ||
| "name": "@griffel/react", | ||
| "version": "1.7.1", | ||
| "version": "1.7.2", | ||
| "description": "React implementation of Atomic CSS-in-JS", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@griffel/core": "^1.20.3", | ||
| "@griffel/core": "^1.21.0", | ||
| "tslib": "^2.1.0" | ||
@@ -33,0 +33,0 @@ }, |
+4
-0
@@ -82,2 +82,6 @@ # Griffel for React.js | ||
| '@layer utility': { marginBottom: '1em' }, | ||
| '@scope to (.boundary)': { | ||
| ':hover': { color: 'cyan' }, | ||
| '& p': { color: 'red' }, | ||
| }, | ||
| }, | ||
@@ -84,0 +88,0 @@ }); |
64677
0.16%538
0.75%Updated