themes 3 initial work
This commit is contained in:
parent
6391a6a4ea
commit
521d308a6c
6 changed files with 110 additions and 0 deletions
9
src/components/text.style.js
Normal file
9
src/components/text.style.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export default {
|
||||
name: 'Text',
|
||||
states: {
|
||||
faint: '.faint'
|
||||
},
|
||||
variants: {
|
||||
green: '/.greentext'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue