sample_rails_tailwind/app
songtianlun 2d8a32478c style: reorganize styles into custom.scss
- Moved universal styles, typography, header, and footer styles
  from application.scss to custom.scss for better organization.
- Introduced SCSS variables for colors to enhance maintainability.
- Updated the hover state for the logo and footer links to use
  the new color variable.

This change improves the structure of the stylesheets, making it
more manageable and easier to maintain in the future.
2024-12-30 18:09:54 +08:00
..
assets style: reorganize styles into custom.scss 2024-12-30 18:09:54 +08:00
controllers finish 2024-12-30 00:09:54 +08:00
helpers feat: add header and footer layout components 2024-12-30 17:54:42 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models init sample-app 2024-12-29 17:12:54 +08:00
views feat: add header and footer layout components 2024-12-30 17:54:42 +08:00