2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

move to root dir

This commit is contained in:
2021-11-08 23:24:52 +01:00
parent b29f813e56
commit 865c868df1
37 changed files with 0 additions and 3 deletions

10
postcss.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
plugins: [
require('postcss-import'),
require("tailwindcss"),
require("autoprefixer"),
require('cssnano')({
preset: 'default',
}),
],
}