@gem-sdk/styles
Advanced tools
Comparing version 1.9.64 to 1.10.0
{ | ||
"name": "@gem-sdk/styles", | ||
"version": "1.9.64", | ||
"version": "1.10.0", | ||
"description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -26,2 +26,12 @@ const plugin = require('tailwindcss/plugin'); | ||
}, | ||
'.g-s-icon-small': { | ||
padding: '8px 8px', | ||
}, | ||
'.g-s-icon-medium': { | ||
padding: '16px 16px', | ||
}, | ||
'.g-s-icon-large': { | ||
padding: '24px 24px', | ||
}, | ||
}); | ||
@@ -28,0 +38,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302325
8528