Skip to content

Commit f8581fe

Browse files
MuluhGodsonbrylie
authored andcommitted
deprecate vocabulary for vocabulary-styles
1 parent 8b650ee commit f8581fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Vocabulary/VInput.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ export default {
135135
</script>
136136

137137
<style lang="scss" scoped>
138-
@import '~@creativecommons/vocabulary/scss/color.scss';
139-
@import '~@creativecommons/vocabulary/scss/typography.scss';
138+
@import '~@creativecommons/vocabulary-styles/dist/scss/color.scss';
139+
@import '~@creativecommons/vocabulary-styles/dist/scss/typography.scss';
140140
.input,
141141
.textarea {
142142
border: none;

src/components/StepNavigation.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
</script>
6161

6262
<style lang="scss">
63-
@import '~@creativecommons/vocabulary/scss/color';
63+
@import '~@creativecommons/vocabulary-styles/dist/scss/color';
6464
.step-navigation {
6565
display: flex;
6666
flex-direction: row;

0 commit comments

Comments
 (0)