Skip to content

Commit 5483f6d

Browse files
committed
Move comment
1 parent 4e3e724 commit 5483f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/tailwindcss/src/design-system.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ export function buildDesignSystem(theme: Theme): DesignSystem {
7777
return new DefaultMap<Candidate>((candidate) => {
7878
let ast = compileAstNodes(candidate, designSystem, flags)
7979

80-
// Arbitrary values (`text-[theme(--color-red-500)]`) and arbitrary
81-
// properties (`[--my-var:theme(--color-red-500)]`) can contain function
82-
// calls so we need evaluate any functions we find there that weren't in
83-
// the source CSS.
8480
try {
81+
// Arbitrary values (`text-[theme(--color-red-500)]`) and arbitrary
82+
// properties (`[--my-var:theme(--color-red-500)]`) can contain function
83+
// calls so we need evaluate any functions we find there that weren't in
84+
// the source CSS.
8585
substituteFunctions(
8686
ast.map(({ node }) => node),
8787
designSystem,

0 commit comments

Comments
 (0)