Skip to content

Commit

Permalink
added idomatic css order and css nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Jul 15, 2024
1 parent 3b89b51 commit 096dcc6
Show file tree
Hide file tree
Showing 10 changed files with 263 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
cd frontend
npm run build
cp -a dist/. ../src/mandr/frontend/static
cp -a dist/. ../src/mandr/dashboard/static
- name: Test with pytest
run: |
pytest --cov
Expand Down
9 changes: 8 additions & 1 deletion frontend/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{ "extends": ["stylelint-config-standard", "stylelint-config-recommended-vue"] }
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-vue",
"stylelint-config-idiomatic-order"
],
"plugins": ["stylelint-order"]
}
Loading

0 comments on commit 096dcc6

Please sign in to comment.