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.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/text.style.js b/src/components/text.style.js
new file mode 100644
index 00000000..f87268bb
--- /dev/null
+++ b/src/components/text.style.js
@@ -0,0 +1,9 @@
+export default {
+ name: 'Text',
+ states: {
+ faint: '.faint'
+ },
+ variants: {
+ green: '/.greentext'
+ }
+}