@salla.sa/twilight-tailwind-theme 1.0.42 → 1.0.43

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,6 +2,7 @@ module.exports = require('tailwindcss/plugin').withOptions(() => {
2
2
  return function ({addUtilities}) {
3
3
  addUtilities({
4
4
  // TODO :: find if there are used and defined them here if its.
5
+ '.s-hidden' : {'@apply hidden': {}},
5
6
  '.text-md' : {},
6
7
  '.has-error' : {'@apply border-red-400 focus:border-red-500': {}},
7
8
  '.rounded-icon' : {'@apply w-16 h-16 flex justify-center items-center rounded-full text-3xl': {}},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salla.sa/twilight-tailwind-theme",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Salla twilight",