react-mcu 1.0.5 → 1.0.6

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/README.md CHANGED
@@ -55,7 +55,7 @@ return (
55
55
  Compatible with Tailwind through
56
56
  [theme variables](https://tailwindcss.com/docs/theme):
57
57
 
58
- https://github.com/abernier/react-mcu/blob/b62ed1391cd189aefcb04cb0c31a30fd5fa6f211/src/tailwind.css#L3-L76
58
+ https://github.com/abernier/react-mcu/blob/f981087651d77f6b11fc76cb783a5220a1b56e87/src/tailwind.css#L3-L76
59
59
 
60
60
  Or simply:
61
61
 
@@ -63,9 +63,8 @@ Or simply:
63
63
  @import "react-mcu/tailwind.css";
64
64
  ```
65
65
 
66
- > [!IMPORTANT]
67
- > Do not forget to manually add your custom colors, as in:
68
- > https://github.com/abernier/react-mcu/blob/b62ed1391cd189aefcb04cb0c31a30fd5fa6f211/src/tailwind.css#L52-L75
66
+ > [!IMPORTANT] Do not forget to manually add your custom colors, as in:
67
+ > https://github.com/abernier/react-mcu/blob/f981087651d77f6b11fc76cb783a5220a1b56e87/src/tailwind.css#L52-L75
69
68
 
70
69
  # Dev
71
70
 
package/dist/tailwind.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @import "tailwindcss";
2
2
 
3
- @theme {
3
+ @theme inline {
4
4
  --color-background: var(--mcu-background);
5
5
  --color-on-background: var(--mcu-on-background);
6
6
  --color-surface: var(--mcu-surface);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mcu",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A React component library",
5
5
  "keywords": [
6
6
  "react",
package/src/tailwind.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @import "tailwindcss";
2
2
 
3
- @theme {
3
+ @theme inline {
4
4
  --color-background: var(--mcu-background);
5
5
  --color-on-background: var(--mcu-on-background);
6
6
  --color-surface: var(--mcu-surface);