diff options
| author | Max Nanis | 2025-06-24 19:04:01 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-24 19:04:01 +0700 |
| commit | 80539188ef6814b4202d677d62b761bd5b670574 (patch) | |
| tree | bf922d15d2cc634c958b14abb4bdb6893bf9154a /postcss.config.js | |
| parent | 8138549f64403874eb7c7ddfbde1cc2cc2c03695 (diff) | |
| download | panel-ui-80539188ef6814b4202d677d62b761bd5b670574.tar.gz panel-ui-80539188ef6814b4202d677d62b761bd5b670574.zip | |
Dynamic height adjustment for widget size. CSS inject by JS for single file
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2d47f24 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,9 @@ +module.exports = { + plugins: { + '@tailwindcss/postcss': {}, + autoprefixer: {}, + cssnano: { + preset: ['default', {discardComments: {removeAll: true}}], + }, + }, +} |
