Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 19, 2024
1 parent 20e4c82 commit 8a2b0fa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"prepublishOnly": "astro build"
},
"dependencies": {
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.6",
"@playform/build": "0.1.1",
"@playform/compress": "0.0.13",
Expand Down
17 changes: 0 additions & 17 deletions postcss.config.js

This file was deleted.

15 changes: 15 additions & 0 deletions postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export default {
plugins: [
(await import("postcss-import")).default,
(await import("postcss-url")).default,
(await import("tailwindcss")).default,
(await import("postcss-combine-media-query")).default,
(await import("postcss-combine-duplicated-selectors")).default({
removeDuplicatedProperties: true,
removeDuplicatedValues: false,
}),
(await import("autoprefixer")).default,
(await import("cssnano")).default({ preset: "advanced" }),
(await import("postcss-reporter")).default,
],
};

0 comments on commit 8a2b0fa

Please sign in to comment.