1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-28 03:21:40 +01:00
bitwarden-browser/src/scss/export.module.scss
2021-12-17 15:57:11 +01:00

9 lines
222 B
SCSS

@import "variables";
:export {
darkInputColor: $darkInputColor;
darkInputPlaceholderColor: $darkInputPlaceholderColor;
lightInputColor: $lightInputColor;
lightInputPlaceholderColor: $lightInputPlaceholderColor;
}