Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 27, 2025
1 parent 639ed93 commit 74e7233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// @ts-nocheck
module.exports = {
plugins: [
require("postcss-import"),
require("postcss-url"),
require("tailwindcss")("./tailwind.config.js"),
require("@tailwindcss/postcss"),
require("postcss-combine-media-query"),
require("postcss-combine-duplicated-selectors")({
removeDuplicatedProperties: true,
Expand Down

0 comments on commit 74e7233

Please sign in to comment.