frontend tailwind half working without external styling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Optional PostCSS configuration for applications that need it
|
||||
import tailwindcss from "@tailwindcss/postcss";
|
||||
import autoprefixer from "autoprefixer";
|
||||
|
||||
export const postcssConfig = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
plugins: [tailwindcss(), autoprefixer()]
|
||||
};
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--blue-1000: #2a8af6;
|
||||
--purple-1000: #a853ba;
|
||||
--red-1000: #e92a67;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user