@trackunit/css-core 1.12.2 → 1.12.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This package includes all the Trackunit css base setup and PostCSS & Tailwind configuration.
4
4
  The PostCSS and Tailwind configuration from this package is used by the Trackunit Manager as well as the Iris App SDK.
5
5
 
6
- Our custom Theme is defined by the Tailwind configuration tailwind.config.
6
+ Our custom Theme is defined by the Tailwind configuration.
7
7
 
8
8
  Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-core",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",