- Updated theme.scss to use rgb() for background colors and added stylelint rules.
- Modified _mixins.scss to reorder properties for better readability and consistency.
- Enhanced button styles in _buttons.scss for improved layout and hover effects.
- Improved card styles in _cards.scss for better hover effects and layout consistency.
- Refined dialog styles in _dialogs.scss to enhance animations and layout.
- Updated form styles in _forms.scss for better accessibility and consistency.
- Enhanced header styles in _header.scss for improved layout and visual hierarchy.
- Refined typography styles in _typography.scss for better readability and consistency.
- Improved utility classes in _utilities.scss for better opacity handling and layout.
- Added stylelint scripts to package.json for linting SCSS and CSS files.
- Updated global styles to remove quotes from font-family declarations and changed `currentColor` to `currentcolor`.
- Refactored theme.scss to use shorthand hex color codes and updated font-family declarations.
- Modified carousel component to remove unnecessary onSelect call.
- Enhanced useSnippetForm hook with comments and ESLint disable/enable for clarity.
- Improved mixins in _mixins.scss for flexbox and responsive breakpoints.
- Updated color definitions in _variables.scss to use the `hsl()` format with degrees.
- Changed button and dialog styles to use `currentcolor` for background.
- Adjusted header styles for box-shadow and gradient backgrounds.
- Refined typography styles to ensure consistent font-family usage.
- Enhanced utility classes in _utilities.scss for better readability and maintainability.