some more stuff, generating CSS selectors from rules
This commit is contained in:
parent
521d308a6c
commit
0729b529d7
8 changed files with 108 additions and 16 deletions
26
src/services/theme_data/pleromafe.t3.js
Normal file
26
src/services/theme_data/pleromafe.t3.js
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
export const sampleRules = [
|
||||
{
|
||||
component: 'Underlay',
|
||||
// variant: 'normal',
|
||||
// state: 'normal'
|
||||
directives: {
|
||||
background: '#000',
|
||||
opacity: 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'Panel',
|
||||
directives: {
|
||||
background: '#FFFFFF',
|
||||
opacity: 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
component: 'Button',
|
||||
directives: {
|
||||
background: '#808080',
|
||||
text: '#FFFFFF',
|
||||
opacity: 0.5
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue