Skip to content

Commit 81449c3

Browse files
committed
Updates sass-loader to v16. Updates favicon. Minor demo page styling changes.
1 parent 9703f9d commit 81449c3

File tree

4 files changed

+55
-29
lines changed

4 files changed

+55
-29
lines changed

package-lock.json

Lines changed: 53 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"postcss-loader": "^8.1.0",
5050
"prettier": "^3.7.4",
5151
"sass": "^1.50.1",
52-
"sass-loader": "^14.1.0",
52+
"sass-loader": "^16.0.6",
5353
"stylelint": "^16.26.1",
5454
"stylelint-config-standard-scss": "^16.0.0",
5555
"stylelint-scss": "^6.14.0",

src/images/favicon.ico

-320 Bytes
Binary file not shown.

src/scss/demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ blockquote {
131131
background: vars.$light-gray;
132132
border-left: 4px solid vars.$link-color;
133133
border-radius: 5px;
134-
margin: 10px 0;
134+
margin: 10px 30px;
135135
padding: 10px 10px 10px 20px;
136136
}
137137

0 commit comments

Comments
 (0)