added missing css class names
This commit is contained in:
20
presets.js
vendored
20
presets.js
vendored
@ -37,7 +37,25 @@ module.exports = {
|
||||
{
|
||||
pattern: /^right-/,
|
||||
variants: ['ltr', 'rtl'],
|
||||
}
|
||||
},
|
||||
{
|
||||
pattern: /^w/,
|
||||
},
|
||||
{
|
||||
pattern: /^h/,
|
||||
},
|
||||
{
|
||||
pattern: /^inset/,
|
||||
},
|
||||
{
|
||||
pattern: /^top/,
|
||||
},
|
||||
{
|
||||
pattern: /^bottom/,
|
||||
},
|
||||
{
|
||||
pattern: /^translate/,
|
||||
},
|
||||
],
|
||||
|
||||
darkMode: 'class', // or 'media' or 'class',
|
||||
|
Reference in New Issue
Block a user