mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Added @primevue/tailwindcss-presets package
This commit is contained in:
parent
8f1952d1f0
commit
c491181d8d
188 changed files with 26790 additions and 2 deletions
8
packages/tailwindcss-presets/src/aura/blockui/index.js
Normal file
8
packages/tailwindcss-presets/src/aura/blockui/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
root: {
|
||||
class: 'relative'
|
||||
},
|
||||
mask: {
|
||||
class: 'bg-black/40'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue