diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-04-29 10:16:09 -0400 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-04-29 10:16:09 -0400 |
| commit | 2cd42b9d71238abc14748566134ead380d5f0969 (patch) | |
| tree | 03b479b0d92781add4c196bb515886f0b981e842 /themes/pehtheme/exampleSite/postcss.config.js | |
Init
Diffstat (limited to 'themes/pehtheme/exampleSite/postcss.config.js')
| -rw-r--r-- | themes/pehtheme/exampleSite/postcss.config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/pehtheme/exampleSite/postcss.config.js b/themes/pehtheme/exampleSite/postcss.config.js new file mode 100644 index 0000000..f22de2a --- /dev/null +++ b/themes/pehtheme/exampleSite/postcss.config.js @@ -0,0 +1,8 @@ +postcss.config.js + +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + } +}
\ No newline at end of file |
