mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Add css
helper to themes
This commit is contained in:
parent
4221682530
commit
3e0c68734f
2 changed files with 4 additions and 0 deletions
3
components/lib/themes/helpers/css.js
Normal file
3
components/lib/themes/helpers/css.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { dt, SharedUtils } from 'primevue/themes';
|
||||
|
||||
export const css = (style) => SharedUtils.object.getItemValue(style, { dt });
|
Loading…
Add table
Add a link
Reference in a new issue