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

Commit b72fcea

Browse files
committed
feat: Update content configuration in tailwind.config.ts
1 parent 1459d68 commit b72fcea

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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.30
4+
5+
### Patch Changes
6+
7+
- Update content configuration in tailwind.config.ts
8+
39
## 0.1.29
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.29",
3+
"version": "0.1.30",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tailwindcss/src/tailwind.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import { em } from '@/lib/utils';
88
export const sharedConfig: Config = {
99
content: [
1010
'./src/**/*.{ts,tsx,mdx}',
11+
'./app/**/*.{ts,tsx,mdx}',
12+
'./ui/**/*.{ts,tsx,mdx}',
13+
'./components/**/*.{ts,tsx,mdx}',
1114
'./node_modules/@codefixlabs/ui/dist/**/*.mjs',
1215
],
1316
darkMode: ['class'],

0 commit comments

Comments
 (0)