@trackunit/css-tailwind 0.0.7 → 0.0.8

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.7",
3
+ "version": "0.0.8",
4
4
  "main": "./index.cjs",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -812,3 +812,8 @@
812
812
  -ms-overflow-style: none;
813
813
  scrollbar-width: none;
814
814
  }
815
+ @layer base {
816
+ a {
817
+ @apply text-primary-600 hover:text-primary-700;
818
+ }
819
+ }