Skip to content

Commit 5c92d4c

Browse files
committed
Update vocabulary to v.1, import vocabulary styles
1 parent 856cbc0 commit 5c92d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
2020
},
2121
"dependencies": {
22-
"@creativecommons/vocabulary": "0.0.0-alpha.30",
22+
"@creativecommons/vocabulary": "^1.0.0-beta.14",
2323
"@creativecommons/vue-vocabulary": "0.0.0-alpha.30",
2424
"@fortawesome/fontawesome-svg-core": "^1.2.26",
2525
"@fortawesome/free-brands-svg-icons": "^5.12.0",

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default {
104104
@import '~buefy/src/scss/components/_icon.scss';
105105
106106
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A%20400%2C600%2C700%7CRoboto+Condensed&ver=4.9.8");
107+
@import "@creativecommons/vocabulary/scss/vocabulary.scss";
107108
108109
#app {
109110
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)