tvl-depot/boilerplate/elm/index.css
William Carroll 05a2ea6bb7 Support boilerplate for Elm clients
Lately I was toiling while writing a ClojureScript client. This made me crave
Elm. I'm going to rewrite the ClojureScript client using Elm, but along the way,
I'm stopping off here and recording my starter boilerplate.
2020-05-17 20:48:18 +01:00

3 lines
59 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;