@gem-sdk/styles
Advanced tools
Comparing version 1.9.10 to 1.9.12
{ | ||
"name": "@gem-sdk/styles", | ||
"version": "1.9.10", | ||
"version": "1.9.12", | ||
"description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,9 +6,9 @@ const plugin = require('tailwindcss/plugin'); | ||
'.g-s-small': { | ||
padding: '4px 4px', | ||
padding: '4px 16px', | ||
}, | ||
'.g-s-medium': { | ||
padding: '8px 8px', | ||
padding: '8px 24px', | ||
}, | ||
'.g-s-large': { | ||
padding: '12px 12px', | ||
padding: '12px 32px', | ||
}, | ||
@@ -15,0 +15,0 @@ '.g-s-tag-small': { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
300794
8455