Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ef67c4b

Browse files
committed
fix(tailwind): content ext
1 parent 3b0f1c5 commit ef67c4b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/tailwindcss
22

3+
## 0.1.26
4+
5+
### Patch Changes
6+
7+
- Content ext
8+
39
## 0.1.25
410

511
### Patch Changes

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/tailwindcss",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tailwindcss/src/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { em } from '@/lib/utils';
77
export const sharedConfig: Config = {
88
content: [
99
'./src/**/*.{ts,tsx,mdx}',
10-
'./node_modules/@codefixlabs/ui/dist/**/*.{ts,tsx,mdx}',
10+
'./node_modules/@codefixlabs/ui/dist/**/*.mjs',
1111
],
1212
darkMode: ['class'],
1313
plugins: [

0 commit comments

Comments
 (0)