Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up stylesheet #32

Open
marchershey opened this issue May 21, 2024 · 0 comments
Open

Clean up stylesheet #32

marchershey opened this issue May 21, 2024 · 0 comments
Labels
!Refactor code changes that neither fixes a bug nor adds a feature !Style Changes to the style or design

Comments

@marchershey
Copy link
Owner

Clean up the stylesheet, add a pages directory for single-page styles to include in the app.css.

  • inc/
    • frontend.css
    • dashboard-host.css
    • dashboard-guest.css
  • app.css

To include it in the app.css use @import:

/* Layouts */
@import "./inc/layouts/frontend.css";
@import "./inc/layouts/dashboard-host.css";
@import "./inc/layouts/dashboard-guest.css";

/* Components */
@import "./inc/components/calendar.css";
@import "./inc/components/photo-slider.css";
@marchershey marchershey converted this from a draft issue May 21, 2024
@marchershey marchershey added !Style Changes to the style or design !Refactor code changes that neither fixes a bug nor adds a feature labels May 21, 2024
@marchershey marchershey moved this from ⚠️ Awaiting Triage to 🆕 Backlog in LodgeBoard Initial Release May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!Refactor code changes that neither fixes a bug nor adds a feature !Style Changes to the style or design
Projects
Status: 🆕 Backlog
Development

No branches or pull requests

1 participant