mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Theme: accordion
and card
This commit is contained in:
parent
684823f5a4
commit
239ed71cd7
9 changed files with 300 additions and 6 deletions
|
@ -3,7 +3,7 @@ import SharedUtils from './sharedUtils';
|
|||
const VARIABLE = {
|
||||
PREFIX: 'p',
|
||||
SELECTOR: ':root',
|
||||
EXCLUDED_KEY_REGEX: /^(primitive|semantic|light|common)$/gi
|
||||
EXCLUDED_KEY_REGEX: /^(primitive|semantic|light|common|root|states)$/gi
|
||||
};
|
||||
|
||||
export default function (theme, options = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue