Skip to content

Commit

Permalink
fix(tw): corrige tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 2, 2024
1 parent 8c6c5f3 commit 11980c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@continha/ui",
"version": "1.12.10",
"version": "1.12.11",
"private": false,
"repository": {
"type": "git",
Expand Down
7 changes: 4 additions & 3 deletions postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

export default config;
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import tailwindcssRadixColors from "tailwindcss-radix-colors";
export default {
darkMode: "class",
content: ["./src/**/*.{ts,tsx}", "./.storybook/**/*.{ts,tsx}"],
prefix: "",
prefix: "cui",
theme: {
container: {
center: true,
Expand Down

0 comments on commit 11980c3

Please sign in to comment.