Skip to content

Commit 3a724ac

Browse files
authored
Merge pull request creativecommons#306 from creativecommons/update_vocabulary_version
Update vocabulary version.
2 parents d7ac2aa + 733ea8d commit 3a724ac

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

webpack/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"@babel/core": "^7.9.0",
12-
"@creativecommons/vocabulary": "^1.0.0-beta.15",
12+
"@creativecommons/vocabulary": "^1.0.0-beta.16",
1313
"autoprefixer": "^9.7.5",
1414
"babel-loader": "^8.1.0",
1515
"css-loader": "^2.1.1",

webpack/sass/main.scss

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
@import "../node_modules/@creativecommons/vocabulary/css/vocabulary.css";
2+
@import "../node_modules/@creativecommons/vocabulary/scss/spacing.scss";
3+
@import "../node_modules/@creativecommons/vocabulary/scss/color.scss";
4+
@import "../node_modules/@creativecommons/vocabulary/scss/typography.scss";
25

36
//Color Variables
47
$pumpkin: #e15803;

0 commit comments

Comments
 (0)