Skip to content

Commit 4b8b7de

Browse files
Emit --tw-drop-shadow property
1 parent 53749c3 commit 4b8b7de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/tailwindcss/src/utilities.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13407,6 +13407,11 @@ test('filter', async () => {
1340713407
@property --tw-sepia {
1340813408
syntax: "*";
1340913409
inherits: false
13410+
}
13411+
13412+
@property --tw-drop-shadow {
13413+
syntax: "*";
13414+
inherits: false
1341013415
}"
1341113416
`)
1341213417
expect(

packages/tailwindcss/src/utilities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,6 +3152,7 @@ export function createUtilities(theme: Theme) {
31523152
property('--tw-opacity'),
31533153
property('--tw-saturate'),
31543154
property('--tw-sepia'),
3155+
property('--tw-drop-shadow'),
31553156
])
31563157
}
31573158

0 commit comments

Comments
 (0)