index
:
svelte-pokeapi
master
Svelte/tailwind app to search pokemons. Generic tailwind included
Maks Jopek <maks@jopek.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
postcss.config.js
blob: 33ad091d26d8a9dc95ebdf616e217d985ec215b8 (
plain
) (
blame
)
1
2
3
4
5
6
module
.
exports
= {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
}