File tree 2 files changed +7
-3
lines changed
src/app/frontend_old/components/graph
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 43
43
"fix:backend" : " goimports -w src/app/backend" ,
44
44
"fix:frontend" : " concurrently \" npm run fix:frontend:ts\" \" npm run fix:frontend:scss\" \" npm run fix:frontend:html\" " ,
45
45
"fix:frontend:ts" : " gts fix" ,
46
- "fix:frontend:scss" : " ./aio/scripts/format.sh --styles " ,
46
+ "fix:frontend:scss" : " scssfmt -r 'src/**/*.scss' " ,
47
47
"fix:frontend:html" : " ./aio/scripts/format.sh --html" ,
48
48
"fix:license" : " gulp update-license-headers" ,
49
49
"clean" : " rm -rf .go_workspace .tmp coverage dist npm-debug.log" ,
59
59
"src/**/*.ts" : [
60
60
" gts fix" ,
61
61
" git add"
62
+ ],
63
+ "src/**/*.scss" : [
64
+ " scssfmt" ,
65
+ " git add"
62
66
]
63
67
},
64
68
"dependencies" : {
Original file line number Diff line number Diff line change 17
17
kd-graph-card {
18
18
flex : 1 ;
19
19
20
- & > kd-content-card {
20
+ & > kd-content-card {
21
21
margin-bottom : 0 ;
22
22
}
23
23
24
24
& :last-child {
25
- & > kd-content-card {
25
+ & > kd-content-card {
26
26
margin-left : 0 ;
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments