@sk-web-gui/core 0.1.35 → 0.1.36

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 -2
  2. package/src/index.js +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -31,5 +31,5 @@
31
31
  "postcss-import": "^14.0.2",
32
32
  "tailwindcss": "^2.2.4"
33
33
  },
34
- "gitHead": "aa805b28878fb4a93340d14695314a0307869fb4"
34
+ "gitHead": "80e01b53645bbd5e24bb9d61dae4f18b54920e6d"
35
35
  }
package/src/index.js CHANGED
@@ -122,6 +122,10 @@ module.exports = plugin.withOptions(
122
122
  '.text-content': {
123
123
  '@apply max-w-[80rem]': {},
124
124
 
125
+ '.ingress': {
126
+ '@apply text-xl leading-[1.5]': {},
127
+ },
128
+
125
129
  h1: {
126
130
  '@apply mb-md': {},
127
131