aboutsummaryrefslogtreecommitdiff
path: root/src/components/checkbox/checkbox.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-06 13:21:41 -0400
committertaehoon <th.dev91@gmail.com>2019-04-17 11:32:49 -0400
commit8088043a0c811a2e215e12715029ca8563ac2304 (patch)
tree07dfef1c2ccecdaeb8ba8de6ccfab467e0095580 /src/components/checkbox/checkbox.vue
parent1144025f30913724dc531e40685d388e39253cab (diff)
import scss variables
Diffstat (limited to 'src/components/checkbox/checkbox.vue')
-rw-r--r--src/components/checkbox/checkbox.vue2
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;