diff --git a/examples/styles/variables.scss b/examples/styles/variables.scss index 7360d8e..6b101a0 100644 --- a/examples/styles/variables.scss +++ b/examples/styles/variables.scss @@ -16,4 +16,24 @@ $black: #000; $text: #314659; $border: #e8e8e8; $border-light: rgba(#e8e8e8, 0.2); -$background: #fff; \ No newline at end of file +$background: #fff; + +:export { + primary: $primary; + blue: #2f54eb; + blue-light: #69c0ff; + blue-hover: #e6f7ff; + red: #f5222d; + green: #26aa58; + green-light: #5edd8e; + orange: #ff9852; + gray: #343434; + grey: #8c8c8c; + purple: #722ed1; + cyan: #13c2c2; + black: #000; + text: #314659; + border: #e8e8e8; + border-light: rgba(#e8e8e8, 0.2); + background: #fff; +} \ No newline at end of file -- libgit2 0.21.0