Skip to content

Commit c608c01

Browse files
authored
Migrate to Tailwind (#660)
* Migrate to Tailwind * Self-review * cleanup
1 parent 09b4ab3 commit c608c01

17 files changed

+809
-4679
lines changed

.github/workflows/check-build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121

22-
- name: Lint ✅
23-
run: npm run lint
24-
2522
- name: Build 🔧
2623
run: npm run build

.postcssrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"plugins": {
3-
"postcss-flexbugs-fixes": {},
4-
"postcss-combine-media-query": {}
3+
"tailwindcss": {}
54
}
65
}

0 commit comments

Comments
 (0)