Skip to content

Commit

Permalink
chore: revert postcss.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Oct 24, 2024
1 parent af40fef commit 3ce8ee1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/elements-react/postcss.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
// SPDX-License-Identifier: Apache-2.0

module.exports = {
plugins: [
require("tailwindcss")(),
require("autoprefixer")(),
// require("postcss-prefix-selector")({ prefix: ".ory-default-theme" }),
],
plugins: [require("tailwindcss")(), require("autoprefixer")()],
}

0 comments on commit 3ce8ee1

Please sign in to comment.