Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@griffel/react

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/react - npm Package Compare versions

Comparing version
1.7.1
to
1.7.2
+2
-2
package.json
{
"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 @@ },

@@ -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 @@ });