Skip to content

Commit 41d2229

Browse files
committed
fix import issue
1 parent b544267 commit 41d2229

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

webpack/package-lock.json

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

webpack/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@creativecommons/vocabulary": "^2020.7.2",
1313
"autoprefixer": "^9.7.5",
1414
"babel-loader": "^8.1.0",
15+
"bulma": "^0.9.0",
1516
"css-loader": "^2.1.1",
1617
"extract-loader": "^3.1.0",
1718
"file-loader": "^3.0.1",

webpack/sass/main.scss

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
@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";
1+
@import "../node_modules/@creativecommons/vocabulary/scss/vocabulary.scss";
52

63
// links
74
a {
8-
@extend .has-color-forest-green;
9-
5+
color: $color-forest-green;
106
text-decoration: none;
117
}
128

0 commit comments

Comments
 (0)