diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 07:28:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 07:28:29 -0400 |
| commit | 970907547627d600dd67167a22e3b437c5556ea8 (patch) | |
| tree | 1fee5d38a0637ff92a80ec0d98e48e725bdc89e9 /src/components/media_modal | |
| parent | 2231025c41bef3618bd651ff7c0cacd39923d5e1 (diff) | |
remove needless importing
Diffstat (limited to 'src/components/media_modal')
| -rw-r--r-- | src/components/media_modal/media_modal.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue index 69e75e2b..852bfe1f 100644 --- a/src/components/media_modal/media_modal.vue +++ b/src/components/media_modal/media_modal.vue @@ -38,8 +38,6 @@ <script src="./media_modal.js"></script> <style lang="scss"> -@import '../../_variables.scss'; - .media-modal-view { z-index: 1001; @@ -109,5 +107,4 @@ } } } - </style> |
