diff options
Diffstat (limited to 'src/components/checkbox/checkbox.vue')
| -rw-r--r-- | src/components/checkbox/checkbox.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue index 5f55c5bf..b821a4f6 100644 --- a/src/components/checkbox/checkbox.vue +++ b/src/components/checkbox/checkbox.vue @@ -13,6 +13,8 @@ export default { </script> <style lang="scss"> +@import '../../_variables.scss'; + .checkbox { position: relative; display: inline-block; |
