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 20, 2024
1 parent 6ede450 commit 9e9e372
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"solid-js": "1.8.18",
"tailwindcss": "0.0.1",
"typescript": "5.6.0-dev.20240719",
"tailwindcss": "3.4.6",
"typescript": "5.5.3",
"zod": "3.22.3"
},
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// @ts-nocheck
module.exports = {
plugins: [
require("postcss-import"),
require("postcss-url"),
require("tailwindcss/nesting"),
require("tailwindcss")("./tailwind.config.js"),
require("postcss-combine-media-query"),
require("postcss-combine-duplicated-selectors")({
removeDuplicatedProperties: true,
removeDuplicatedValues: false,
}),
require("autoprefixer"),
require("cssnano")({ preset: "advanced" }),
require("postcss-reporter"),
],
};
15 changes: 0 additions & 15 deletions postcss.config.mjs

This file was deleted.

0 comments on commit 9e9e372

Please sign in to comment.