sql server + platine v2
This commit is contained in:
@@ -28,5 +28,18 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
plugins: [
|
||||
function ({ addUtilities }) {
|
||||
addUtilities({
|
||||
'.screen-centered': {
|
||||
position: 'fixed',
|
||||
inset: '0',
|
||||
height: '100dvh',
|
||||
width: '100dvw',
|
||||
display: 'grid',
|
||||
'place-items': 'center'
|
||||
}
|
||||
})
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user