Skip to content

Commit eebd610

Browse files
author
Cem Yılmaz
committed
Added shadow-color plugin
1 parent 51c6062 commit eebd610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export const functionalPlugins = new Map<string, FunctionalPlugin[]>([
195195
]],
196196
["shadow", [
197197
{scaleKey: "boxShadow", ns: 'boxShadow', class: ['box-shadow'], type: 'length'},
198+
{scaleKey: "boxShadowColor", ns: 'boxShadowColor', class: ['box-shadow'], type: 'color'},
198199
]],
199200
["transition", [
200201
{scaleKey: "transitionProperty", ns: 'transitionProperty', class: ['transition-property'], type: 'named'},

0 commit comments

Comments
 (0)