File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ export const allBrandsPreset: Config = {
1313 content : [ ] ,
1414 theme : {
1515 boxShadow : { } ,
16+ boxShadowColor : { } ,
1617 fontSize : { } ,
1718 fontWeight : { } ,
1819 lineHeight : { } ,
20+ colors : { } ,
1921 } ,
2022 plugins : [
2123 createPrimitivesPlugin ( ) ,
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ export const enterprisePreset: Config = {
1414 content : [ ] ,
1515 theme : {
1616 boxShadow : { } ,
17+ boxShadowColor : { } ,
1718 fontSize : { } ,
1819 fontWeight : { } ,
1920 lineHeight : { } ,
21+ colors : { } ,
2022 } ,
2123 plugins : [
2224 createPrimitivesPlugin ( ) ,
Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ export const ledgerLivePreset: Config = {
1313 content : [ ] ,
1414 theme : {
1515 boxShadow : { } ,
16+ boxShadowColor : { } ,
1617 fontSize : { } ,
1718 fontWeight : { } ,
1819 lineHeight : { } ,
20+ colors : { } ,
1921 } ,
2022 plugins : [
2123 createPrimitivesPlugin ( ) ,
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ export const websitesPreset: Config = {
1414 content : [ ] ,
1515 theme : {
1616 boxShadow : { } ,
17+ boxShadowColor : { } ,
1718 fontSize : { } ,
1819 fontWeight : { } ,
1920 lineHeight : { } ,
21+ colors : { } ,
2022 } ,
2123 plugins : [
2224 createPrimitivesPlugin ( ) ,
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ export function createShadowPlugin(): TailwindPlugin {
387387 addUtilities ( shadows ) ;
388388 matchUtilities (
389389 { shadow : ( value ) => ( { '--tw-shadow-color' : value } ) } ,
390- { values : theme ( 'colors ' ) } ,
390+ { values : theme ( 'boxShadowColor ' ) } ,
391391 ) ;
392392 } ) ;
393393}
You can’t perform that action at this time.
0 commit comments