@trackunit/css-tailwind 0.0.139 → 0.0.141

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": "@trackunit/css-tailwind",
3
- "version": "0.0.139",
3
+ "version": "0.0.141",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1401,6 +1401,7 @@ var tailwindBaseConfig = {
1401
1401
  },
1402
1402
  spacing: {
1403
1403
  ...designTokensToTailwindConfig("spacing", themeSpacing),
1404
+ "responsive-space-sm": withCustomPropertyValueAsComment("--spacing-responsive-space-sm"),
1404
1405
  "responsive-space": withCustomPropertyValueAsComment("--spacing-responsive-space"),
1405
1406
  "responsive-space-lg": withCustomPropertyValueAsComment("--spacing-responsive-space-lg"),
1406
1407
  "table-spacing": withCustomPropertyValueAsComment("--table-spacing"),