Skip to content

Commit 4a1391b

Browse files
committed
Stylelint fixes
1 parent ac45973 commit 4a1391b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Diff for: .stylelintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "stylelint-config-sass-guidelines",
33
"plugins": ["stylelint-order"],
44
"rules": {
5+
"selector-max-compound-selectors": 5,
56
"max-nesting-depth": 4,
67
"selector-no-vendor-prefix": [
78
true,

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Spruce CSS Eleventy Documentation Template
22

3+
## v1.0.4 (2023-05-24)
4+
5+
Stylelint fixes.
6+
37
## v1.0.3 (2023-05-24)
48

59
Sync changes.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprucecss-eleventy-documentation-template",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"author": "Cone (https://conedevelopment.com)",
55
"main": ".eleventy.js",
66
"scripts": {

Diff for: src/scss/component/_sidebar-section.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
&::before {
3939
background-color: color('primary');
40-
border-start-end-radius: config('border-radius-sm', $display);
4140
border-end-end-radius: config('border-radius-sm', $display);
41+
border-start-end-radius: config('border-radius-sm', $display);
4242
bottom: 0;
4343
content: '';
4444
inline-size: 0.3rem;

0 commit comments

Comments
 (0)