Tailwind init

This commit is contained in:
2023-09-29 17:52:01 +01:00
parent f49dd9a882
commit 7cf23e872e
10 changed files with 59 additions and 1 deletions
View File
+1
View File
@@ -2,3 +2,4 @@
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link_tree ../builds
@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
@layer components {
.btn-primary {
@apply py-2 px-4 bg-blue-200;
}
}
*/