You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using https://picocss.com/, which was nice at first (gets out of the way and improves over lack of styles entirely.) But there might be nicer options out there. A few from some reading:
https://www.beercss.com/, material, way more components, also pico style (just styles base HTML elements)
Yep, with modern CSS and how Svelte scopes CSS to each component, the homemade approach could be fine. I've gone with pico under time constraints in the past, because it pushed other projects along beyond unstyled HTML, and have carried it forward here by default. Pico and maplibre indeed interact poorly -- the map controls, and also styles failing to apply inside popups without some effort.
Ideally soon, I'll figure out from upstream whether using/mimicking https://designsystem.gov.scot/ is important or not, and then we can do something more cohesive. In the meantime, feel more than free to improve how things are currently, including rethinking how controls are arranged entirely. For example, the v1 LTN tool made very different choices about the main edit controls:
I started with text buttons here for implementation simplicity only.
Currently using https://picocss.com/, which was nice at first (gets out of the way and improves over lack of styles entirely.) But there might be nicer options out there. A few from some reading:
Need to have another discussion with a client and their desired branding before changing anything.
The text was updated successfully, but these errors were encountered: