@gem-sdk/styles 1.7.0 → 1.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/styles",
3
- "version": "1.7.0",
3
+ "version": "1.8.4",
4
4
  "description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -3,13 +3,13 @@ const plugin = require('tailwindcss/plugin');
3
3
  const size = plugin(function ({ addComponents }) {
4
4
  addComponents({
5
5
  '.g-s-small': {
6
- padding: '0.5em 0.75em',
6
+ padding: '4px 4px',
7
7
  },
8
8
  '.g-s-medium': {
9
- padding: '0.75em 1em',
9
+ padding: '8px 8px',
10
10
  },
11
11
  '.g-s-large': {
12
- padding: '1em 1.25em',
12
+ padding: '12px 12px',
13
13
  },
14
14
  '.g-s-tag-small': {
15
15
  padding: '2px 8px',