Skip to content

Commit

Permalink
[#91] Setting up tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Dec 20, 2023
1 parent 17a34d5 commit c7ee40c
Show file tree
Hide file tree
Showing 7 changed files with 541 additions and 20 deletions.
3 changes: 0 additions & 3 deletions client-mu-plugins/goodbids/assets/css/block.css

This file was deleted.

8 changes: 8 additions & 0 deletions client-mu-plugins/goodbids/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;


body {
@apply bg-black; //for testing
}
2 changes: 1 addition & 1 deletion client-mu-plugins/goodbids/assets/js/main.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '../css/block.css'
import '../css/main.css'
Loading

0 comments on commit c7ee40c

Please sign in to comment.