Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 06b3366

Browse files
Merge branch 'devel'
2 parents 33b0e6f + 66d0939 commit 06b3366

File tree

4 files changed

+244
-218
lines changed

4 files changed

+244
-218
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].
55

6+
## [Unreleased]
7+
8+
### Changed
9+
- Updated Dependencies
10+
611
## [0.30.1] - 2022-05-17
712

813
### Fixed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"bootstrap": "^5.1.3"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.17.12",
26-
"@babel/eslint-parser": "^7.17.0",
27-
"@babel/preset-env": "^7.17.12",
25+
"@babel/core": "^7.18.5",
26+
"@babel/eslint-parser": "^7.18.2",
27+
"@babel/preset-env": "^7.18.2",
2828
"@rbnlffl/gulp-rollup": "^0.2.0",
2929
"@rollup/plugin-babel": "^5.3.1",
30-
"@rollup/plugin-commonjs": "^22.0.0",
30+
"@rollup/plugin-commonjs": "^22.0.1",
3131
"@rollup/plugin-node-resolve": "^13.3.0",
3232
"browser-sync": "^2.27.10",
33-
"del": "^6.1.0",
34-
"eslint": "^8.15.0",
33+
"del": "^6.1.1",
34+
"eslint": "^8.18.0",
3535
"eslint-config-standard": "^16.0.3",
3636
"eslint-plugin-import": "^2.26.0",
3737
"eslint-plugin-node": "^11.1.0",
@@ -52,12 +52,12 @@
5252
"gulp-terser": "^2.1.0",
5353
"gulp-ttf2woff2": "^4.0.1",
5454
"gulp-wp-pot": "^2.5.0",
55-
"rollup": "^2.73.0",
56-
"sass": "^1.51.0",
57-
"stylelint": "^14.8.2",
55+
"rollup": "^2.75.7",
56+
"sass": "^1.53.0",
57+
"stylelint": "^14.9.1",
5858
"stylelint-config-recess-order": "^3.0.0",
59-
"stylelint-config-standard": "^25.0.0",
60-
"stylelint-config-standard-scss": "^3.0.0"
59+
"stylelint-config-standard": "^26.0.0",
60+
"stylelint-config-standard-scss": "^4.0.0"
6161
},
6262
"release-it": {
6363
"git": {

src/sass/templates/_comments.scss

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1-
%comment-list {
1+
.comment-list {
22
padding: 0;
33
margin: 0;
44
list-style-type: none;
5-
}
6-
7-
%comment-single {
8-
margin-bottom: 20px;
9-
}
10-
11-
.comment-list {
12-
@extend %comment-list;
135

146
article {
15-
@extend %comment-single;
7+
margin-bottom: 20px;
168
}
179

1810
ol {
19-
@extend %comment-list;
20-
11+
padding: 0;
12+
margin: 0;
2113
margin-left: 20px;
14+
list-style-type: none;
2215
}
2316

2417
.bypostauthor > article {

0 commit comments

Comments
 (0)