File tree 6 files changed +16
-21
lines changed 6 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 6
6
steps :
7
7
- uses : actions/checkout@v2
8
8
- name : Use Node.js
9
- uses : actions/setup-node@v1
10
- with :
11
- node-version : 12.x
9
+ uses : actions/setup-node@v4
12
10
- run : npm i
13
11
- run : npm test
14
12
env :
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " stylelint-config-recommended" ,
3
- "rules" : {
4
- "block-closing-brace-newline-after" : " always"
5
- }
2
+ "extends" : " stylelint-config-recommended"
6
3
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cmints-starter-single-lang " ,
2
+ "name" : " cba-website " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Single language website starter for CMintS" ,
5
5
"main" : " index.js" ,
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " git+https://github.com/Manvel/cmints-single-lang-boilerplate .git"
18
+ "url" : " git+https://github.com/browser-automation/cba-website .git"
19
19
},
20
20
"author" : " Manvel Saroyan" ,
21
21
"license" : " MIT" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/Manvel/cmints-single-lang-boilerplate /issues"
23
+ "url" : " https://github.com/browser-automation/cba-website /issues"
24
24
},
25
25
"dependencies" : {
26
- "cmints" : " ^1.2.2 " ,
26
+ "cmints" : " ^1.2.3 " ,
27
27
"markdown-it-imsize" : " ^2.0.1" ,
28
- "minimist" : " ^1.2.5 "
28
+ "minimist" : " ^1.2.8 "
29
29
},
30
30
"devDependencies" : {
31
- "eslint" : " ^6.8 .0" ,
32
- "prettier" : " ^2 .1.2 " ,
33
- "prettylint" : " ^1 .0.0" ,
34
- "stylelint" : " ^13.3.1 " ,
35
- "stylelint-config-recommended" : " ^3 .0.0"
31
+ "eslint" : " ^8.56 .0" ,
32
+ "prettier" : " ^3 .1.1 " ,
33
+ "prettylint" : " ^2 .0.0" ,
34
+ "stylelint" : " ^16.1.0 " ,
35
+ "stylelint-config-recommended" : " ^14 .0.0"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
- // The main navigation menu
1
+ /* The main navigation menu */
2
2
3
3
#main-navigation
4
4
{
127
127
content : url(' /images/icons/arrow-bullet-dark.png' ) ;
128
128
}
129
129
130
- // Mobile navigation menu
130
+ /* Mobile navigation menu */
131
131
132
132
#mobile-nav
133
133
{
Original file line number Diff line number Diff line change 1
- // Variables
1
+ /* Variables */
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ article > *
44
44
45
45
main article > * :first-child
46
46
{
47
- grid-column : 1 e ( " / " ) 3 ;
47
+ grid-column : ~ " 1 / 3 " ;
48
48
}
49
49
50
50
.box
You can’t perform that action at this time.
0 commit comments