-
-
Notifications
You must be signed in to change notification settings - Fork 227
feat(wanderlog): init #1939
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
base: main
Are you sure you want to change the base?
feat(wanderlog): init #1939
Conversation
|
||
/* If you need to specify an overwrite specific to a flavor | ||
* (e.g. only when the flavor is set to latte), you can use a `when` guard clause. */ | ||
& when (@flavor = latte) { | ||
/* ... */ | ||
} | ||
/* You can also negate the statement above by using | ||
* a `when not` guard clause. */ | ||
& when not(@flavor = latte) { | ||
/* ... */ | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/* If you need to specify an overwrite specific to a flavor | |
* (e.g. only when the flavor is set to latte), you can use a `when` guard clause. */ | |
& when (@flavor = latte) { | |
/* ... */ | |
} | |
/* You can also negate the statement above by using | |
* a `when not` guard clause. */ | |
& when not(@flavor = latte) { | |
/* ... */ | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now I'll leave it in until I know it's not needed. Still early stages at the moment
Co-authored-by: uncenter <[email protected]>
Just warning you that at a diff of +1,548 currently this is a big one that we should be trying to trim down as much as possible. The larger it is, the slower the review process goes :( |
Uhhhh, you right whoops. Would it be better for me to close this then and split it up into smaller commits? @uncenter |
The number of commits don't matter, it's just that this site is inherently very complicated to theme. I guess the code looks organized for now so you can continue, but my suggestion is that if you can be super detailed in making sure everything is themed from the get go it will make less back and forth for us and hopefully ease an otherwise long process. |
Sorry, meant smaller PRs lol. I'll try my best to theme everything that I can or at least keep things relatively organised so it's easier in the future🫡 |
🎉 Theme for Wanderlog 🎉
Wanderlog is a platform for everything travel itinerary related. It helps you plan and organize your trips and there are collaborative features where you can share you travel plans with others and can ideas from published plans.
💬 Additional Comments 💬
I don't know the best way to theme the side gradients of the feature carousel on the homepage.

Can't figure out how to theme the pins on the map for the planner page and also the filters for darker pin colors (the Nikko pin in the image below)

🗒 Checklist 🗒
/styles/<name-of-website>
containing the contents of the/template
directory.userstyles.yml
file with information about the new userstyle.catppuccin.user.less
- all the CSS for the userstyle, based on the template.