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
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
name: 'Button',
|
||||
selector: '.btn',
|
||||
states: {
|
||||
hover: ':hover',
|
||||
disabled: ':disabled',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue