Skip to content

Commit 8bd2fb4

Browse files
author
Patrick Tannoury
committed
added filter to dynamic classes
1 parent d179e76 commit 8bd2fb4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/src/cli/parsers/dynamicParser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ exports.dynamicRegistry = {
121121
'grid-rows': { name: 'grid-template-rows', attribute: 'custom' },
122122
'auto-cols': { name: 'grid-auto-columns', attribute: 'custom' },
123123
'font': { name: 'font-family', attribute: 'custom' },
124+
'filter': { name: "filter", attribute: 'custom' },
124125
"transition": { name: "transition", attribute: 'custom' },
125126
"decoration": { name: "text-decoration", attribute: 'custom' }
126127
};

src/cli/parsers/dynamicParser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const dynamicRegistry: Dynamicregistry = {
132132
'grid-rows': {name: 'grid-template-rows', attribute: 'custom'},
133133
'auto-cols': {name: 'grid-auto-columns', attribute: 'custom'},
134134
'font': {name: 'font-family', attribute: 'custom'},
135+
'filter': {name: "filter", attribute: 'custom'},
135136
"transition": {name: "transition", attribute: 'custom'},
136137
"decoration": {name: "text-decoration", attribute: 'custom'}
137138
}

0 commit comments

Comments
 (0)