Skip to content

Commit

Permalink
disable stylelint declaration-block-no-redundant-longhand-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Dec 27, 2023
1 parent eab011b commit 352ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/app/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
.demo-app {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;

grid-template-areas:
"header header"
"left right";
Expand Down

0 comments on commit 352ff93

Please sign in to comment.