Skip to content

Commit

Permalink
added stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
appelstroop committed Oct 10, 2023
1 parent a683958 commit c99ed90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions _sass/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
flex-direction: row;
}


.post-image {
flex: none;

Expand Down Expand Up @@ -57,8 +56,8 @@
}

.category-link {
text-decoration: none;
color: white;
text-decoration: none;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Le site de l'Atelier des Médias",
"main": "assets/script.js",
"scripts": {
"stylelint:fix": "stylelint '**/*.scss' --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit c99ed90

Please sign in to comment.