• #dev 2023-03-15
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-03-15 UTC
# 14:53
[Murray]
Biggest pain point is always CSS 😄 What I'd ideally want is automatically scoped styles to a component level, but with the ability to easily override them. Astro does this broadly well, in that it gives you the opportunity to have global styles and then auto-scopes all other style fragments to the page or component level, but it actively removes the ability for a parent component to modify the styling of children, which is deeply