|
1 | 1 | @layer primevue, tailwind-utilities;
|
2 | 2 |
|
3 | 3 | @layer tailwind-utilities {
|
| 4 | + /* Set default values to prevent some styles from not working properly. */ |
| 5 | + *, ::before, ::after { |
| 6 | + --tw-border-spacing-x: 0; |
| 7 | + --tw-border-spacing-y: 0; |
| 8 | + --tw-translate-x: 0; |
| 9 | + --tw-translate-y: 0; |
| 10 | + --tw-rotate: 0; |
| 11 | + --tw-skew-x: 0; |
| 12 | + --tw-skew-y: 0; |
| 13 | + --tw-scale-x: 1; |
| 14 | + --tw-scale-y: 1; |
| 15 | + --tw-pan-x: ; |
| 16 | + --tw-pan-y: ; |
| 17 | + --tw-pinch-zoom: ; |
| 18 | + --tw-scroll-snap-strictness: proximity; |
| 19 | + --tw-gradient-from-position: ; |
| 20 | + --tw-gradient-via-position: ; |
| 21 | + --tw-gradient-to-position: ; |
| 22 | + --tw-ordinal: ; |
| 23 | + --tw-slashed-zero: ; |
| 24 | + --tw-numeric-figure: ; |
| 25 | + --tw-numeric-spacing: ; |
| 26 | + --tw-numeric-fraction: ; |
| 27 | + --tw-ring-inset: ; |
| 28 | + --tw-ring-offset-width: 0px; |
| 29 | + --tw-ring-offset-color: #fff; |
| 30 | + --tw-ring-color: rgb(66 153 225 / 0.5); |
| 31 | + --tw-ring-offset-shadow: 0 0 #0000; |
| 32 | + --tw-ring-shadow: 0 0 #0000; |
| 33 | + --tw-shadow: 0 0 #0000; |
| 34 | + --tw-shadow-colored: 0 0 #0000; |
| 35 | + --tw-blur: ; |
| 36 | + --tw-brightness: ; |
| 37 | + --tw-contrast: ; |
| 38 | + --tw-grayscale: ; |
| 39 | + --tw-hue-rotate: ; |
| 40 | + --tw-invert: ; |
| 41 | + --tw-saturate: ; |
| 42 | + --tw-sepia: ; |
| 43 | + --tw-drop-shadow: ; |
| 44 | + --tw-backdrop-blur: ; |
| 45 | + --tw-backdrop-brightness: ; |
| 46 | + --tw-backdrop-contrast: ; |
| 47 | + --tw-backdrop-grayscale: ; |
| 48 | + --tw-backdrop-hue-rotate: ; |
| 49 | + --tw-backdrop-invert: ; |
| 50 | + --tw-backdrop-opacity: ; |
| 51 | + --tw-backdrop-saturate: ; |
| 52 | + --tw-backdrop-sepia: ; |
| 53 | + --tw-contain-size: ; |
| 54 | + --tw-contain-layout: ; |
| 55 | + --tw-contain-paint: ; |
| 56 | + --tw-contain-style: ; |
| 57 | + } |
| 58 | + |
4 | 59 | @tailwind components;
|
5 | 60 | @tailwind utilities;
|
6 | 61 | }
|
|
28 | 83 | --content-fg: #000;
|
29 | 84 | --content-hover-bg: #adadad;
|
30 | 85 | --content-hover-fg: #000;
|
31 |
| - |
| 86 | + |
32 | 87 | /* Code styling colors for help menu*/
|
33 | 88 | --code-text-color: rgba(0, 122, 255, 1);
|
34 | 89 | --code-bg-color: rgba(96, 165, 250, 0.2);
|
|
0 commit comments