@gem-sdk/styles 1.9.12 → 1.9.13

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.
Files changed (2) hide show
  1. package/package.json +2 -5
  2. package/src/preset.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/styles",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
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",
@@ -14,11 +14,8 @@
14
14
  "scripts": {
15
15
  "build": "gulp build"
16
16
  },
17
- "dependencies": {
18
- "@tailwindcss/line-clamp": "^0.4.2"
19
- },
20
17
  "devDependencies": {
21
- "cssnano": "5.1.15",
18
+ "cssnano": "6.0.0",
22
19
  "csstype": "^3.1.1",
23
20
  "del": "^6.0.0",
24
21
  "gulp": "^4.0.2",
package/src/preset.js CHANGED
@@ -177,7 +177,6 @@ const preset = {
177
177
  },
178
178
  },
179
179
  plugins: [
180
- require('@tailwindcss/line-clamp'),
181
180
  require('./plugins/components'),
182
181
  require('./plugins/typography'),
183
182
  require('./plugins/contain-intrinsic-size'),