#@astrojs/tailwind custom base.css

4 messages · Page 1 of 1 (latest)

pine oasis
#

Is there a way to load a custom base.css on all pages without having to applyBaseStyles: false and manually import the custom base.css in each component/file.

keen matrix
#

quick guess: Would adding it to your layouts/Layout.astro work for you?

pine oasis
#

to have a wrapper and use it everywhere? I think that would work as a workaround

#

I've just started, but I'm guessing such a wrapper is needed anyway to abstract the head and such