Skip to content

Commit a0f9776

Browse files
fix: using good source
1 parent b1f0c10 commit a0f9776

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

apps/site/.stylelintrc.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const CUSTOM_AT_RULES = [
99
'theme',
1010
'custom-variant',
1111
'screen',
12+
'source',
1213
'tailwind',
1314
'variants',
1415
];

packages/ui-components/.stylelintrc.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const CUSTOM_AT_RULES = [
99
'theme',
1010
'custom-variant',
1111
'screen',
12+
'source',
1213
'tailwind',
1314
'variants',
1415
];

packages/ui-components/styles/theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
22

3+
@source '../Common';
4+
@source '../Containers';
5+
@source '../Icons';
6+
37
@theme {
48
--color-green-100: #edf2eb;
59
--color-green-200: #c5e5b4;

0 commit comments

Comments
 (0)