-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(styles): implement modular CSS architecture
- Establish new CSS architecture to support feature-specific styles - Introduce modular CSS structure for better scalability - Set up base styles directory for shared Tailwind utilities - Separate thinking-block styles into feature-specific module - Configure webpack with MiniCssExtractPlugin for optimized CSS handling - Update manifest.json to reflect new CSS structure This change sets the foundation for a more maintainable and scalable CSS architecture, making it easier to add styles for future features while keeping them modular and isolated.
- Loading branch information
Showing
7 changed files
with
212 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.