@trackunit/css-tailwind 0.0.129 → 0.0.130

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.129",
3
+ "version": "0.0.130",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1083,6 +1083,9 @@ var LayoutsPlugin = (0, import_plugin4.default)(({ addUtilities, addComponents,
1083
1083
  ".layout-min-col-md": { "--min-column-width": "340px" },
1084
1084
  ".layout-min-col-lg": { "--min-column-width": "420px" },
1085
1085
  ".layout-min-col-xl": { "--min-column-width": "540px" },
1086
+ ".max-w-8xl": { "max-width": "88rem" },
1087
+ ".max-w-9xl": { "max-width": "96rem" },
1088
+ ".max-w-10xl": { "max-width": "104rem" },
1086
1089
  ":root": { "--table-spacing": "0.75rem" },
1087
1090
  ".table-compact": { "--table-spacing": "0.25rem" },
1088
1091
  });