diff options
| author | Maksymilian <maks@jopek.eu> | 2022-09-23 09:44:56 +0200 |
|---|---|---|
| committer | Maksymilian <maks@jopek.eu> | 2022-09-23 09:44:56 +0200 |
| commit | 8886308c56223f04df535a065234414a6deb11ba (patch) | |
| tree | bf432ab5e6a4ae754c4017bd9e0e663c25ccc055 /postcss.config.js | |
| download | svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.tar.gz svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.tar.zst svelte-pokeapi-8886308c56223f04df535a065234414a6deb11ba.zip | |
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} |
