mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Init theme structure
This commit is contained in:
parent
f7228f16e0
commit
8e4854474d
26 changed files with 649 additions and 17 deletions
|
@ -357,5 +357,6 @@ ${radioButtonCSS}
|
|||
export default BaseStyle.extend({
|
||||
name: 'common',
|
||||
css,
|
||||
loadGlobalStyle: (globalCSS, options = {}) => useStyle(globalCSS, { name: 'global', ...options })
|
||||
loadGlobalStyle: (globalCSS, options = {}) => useStyle(globalCSS, { name: 'global', ...options }),
|
||||
loadGlobalTheme: (globalTheme, options = {}) => useStyle(globalTheme, { name: 'global-style', ...options })
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue