-
- Downloads
feat: update styles and structure for SCSS integration
- Changed CSS file references from `app.css` to `public.scss` in multiple Blade files. - Introduced a new SCSS file (`public.scss`) with Tailwind CSS directives and markdown styles. - Updated header elements from `<div>` to `<h1>` for better semantic structure in various views. - Improved styling for headings in markdown components.
parent
45bb8d8b
No related branches found
No related tags found
Showing
- resources/scss/public.scss 29 additions, 0 deletionsresources/scss/public.scss
- resources/views/components/public/generic-page-header.blade.php 2 additions, 2 deletions...ces/views/components/public/generic-page-header.blade.php
- resources/views/layouts/public.blade.php 1 addition, 1 deletionresources/views/layouts/public.blade.php
- resources/views/public/index.blade.php 3 additions, 3 deletionsresources/views/public/index.blade.php
- resources/views/public/maintenance.blade.php 1 addition, 1 deletionresources/views/public/maintenance.blade.php
- resources/views/public/portfolio-show.blade.php 3 additions, 3 deletionsresources/views/public/portfolio-show.blade.php
- resources/views/public/prestation.blade.php 8 additions, 3 deletionsresources/views/public/prestation.blade.php
- resources/views/welcome.blade.php 1 addition, 1 deletionresources/views/welcome.blade.php
- vite.config.js 1 addition, 1 deletionvite.config.js
resources/scss/public.scss
0 → 100644
Please register or sign in to comment