aboutsummaryrefslogtreecommitdiff
path: root/src/components/text.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/text.style.js')
-rw-r--r--src/components/text.style.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/text.style.js b/src/components/text.style.js
index 905dbbee..a254ceb4 100644
--- a/src/components/text.style.js
+++ b/src/components/text.style.js
@@ -2,34 +2,21 @@ export default {
name: 'Text',
selector: '/*text*/',
virtual: true,
- variants: {
- greentext: '.greentext'
- },
states: {
faint: '.faint'
},
defaultRules: [
{
- component: 'Text',
directives: {
textColor: '--text',
textAuto: 'no-preserve'
}
},
{
- component: 'Text',
state: ['faint'],
directives: {
textOpacity: 0.5
}
- },
- {
- component: 'Text',
- variant: 'greentext',
- directives: {
- textColor: '--cGreen',
- textAuto: 'preserve'
- }
}
]
}