Skip to content

Commit 6585415

Browse files
author
Cem Yılmaz
committed
added background-origin
1 parent 30708e8 commit 6585415

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plugins.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ export const namedPlugins = new Map<string, NamedPlugin>([
421421
["bg-repeat-round", {class: ['background-repeat'], value: 'round', ns: 'backgroundRepeat'}],
422422
["bg-repeat-space", {class: ['background-repeat'], value: 'space', ns: 'backgroundRepeat'}],
423423

424+
// Background Origin
425+
["bg-origin-border", {class: ['background-origin'], value: 'border', ns: 'backgroundOrigin'}],
426+
["bg-origin-padding", {class: ['background-origin'], value: 'padding', ns: 'backgroundOrigin'}],
427+
["bg-origin-content", {class: ['background-origin'], value: 'content', ns: 'backgroundOrigin'}],
428+
424429
// Flex Direction
425430
["flex-row", {class: ['flex-direction'], value: 'row', ns: 'flexDirection'}],
426431
["flex-row-reverse", {class: ['flex-direction'], value: 'row-reverse', ns: 'flexDirection'}],

0 commit comments

Comments
 (0)