Switch project styles from SCSS to CSS and add Tailwind
Replaces SCSS files with CSS equivalents, updates Angular configuration to use CSS for styles, and adds Tailwind CSS with PostCSS integration. Updates dependencies in package.json and package-lock.json to include tailwindcss, postcss, and related plugins. The app.html template is replaced with a minimal version, removing the previous placeholder content.
This commit is contained in:
2
src/styles.css
Normal file
2
src/styles.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
@import "tailwindcss"
|
||||
Reference in New Issue
Block a user