feat(content): implement Content Engine MVP (v1.0) with GTM integration
This commit is contained in:
8
content-engine/frontend/src/index.css
Normal file
8
content-engine/frontend/src/index.css
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
@apply bg-slate-900 text-slate-100;
|
||||
}
|
||||
Reference in New Issue
Block a user