Skip to content

Commit c02f9fd

Browse files
author
Patrick Tannoury
committed
installation
1 parent 8dcbdf6 commit c02f9fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dist/src/cli/parsers/dynamicParser.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ exports.dynamicRegistry = {
8686
'brd-br-radius': { name: "border-bottom-right-radius", attribute: 'custom' },
8787
'max-w': { name: 'max-width', attribute: 'custom' },
8888
'min-w': { name: 'min-width', attribute: 'custom' },
89+
'mt': { name: "margin-top", attribute: 'custom' },
90+
'mr': { name: "margin-right", attribute: 'custom' },
91+
'mb': { name: "margin-bottom", attribute: 'custom' },
92+
'ml': { name: "margin-left", attribute: 'custom' },
93+
'pt': { name: "padding-top", attribute: 'custom' },
94+
'pr': { name: "padding-right", attribute: 'custom' },
95+
'pb': { name: "padding-bottom", attribute: 'custom' },
96+
'pl': { name: "padding-left", attribute: 'custom' },
8997
'w': { name: 'width', attribute: 'custom' },
9098
'max-h': { name: 'max-height', attribute: 'custom' },
9199
'min-h': { name: 'min-height', attribute: 'custom' },

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)