We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24f6eb commit 608988dCopy full SHA for 608988d
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
npm install
25
+ npm install tailwindcss@latest postcss@latest autoprefixer@latest
26
npm install --save-dev @types/node
27
28
src/index.css
@@ -1,6 +1,6 @@
1
@import "tailwindcss";
2
3
-@theme {
+@theme.extend {
4
--color-primary-normal: #5C4AE8;
5
--color-primary-light: #C8CDFF;
6
--color-primary-pale: #EBEDFF;
0 commit comments