Skip to content

Commit

Permalink
Remove some obsolete stylelint at-rule-no-unknown disable rules (Wo…
Browse files Browse the repository at this point in the history
…rdPress#68087)

Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 8ca1bad commit 96e5b19
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/dataviews/src/components/dataviews-footer/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@
z-index: z-index(".dataviews-footer");
}


/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.dataviews-footer {
padding: $grid-unit-15 $grid-unit-30;
}
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 560px) {
.dataviews-footer {
flex-direction: column !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
display: none;
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 500px) {
.dataviews-settings-section.dataviews-settings-section {
grid-template-columns: repeat(2, 1fr);
Expand Down
1 change: 0 additions & 1 deletion packages/dataviews/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
@include reduce-motion( "transition" );
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.dataviews__view-actions,
.dataviews-filters__container {
Expand Down
1 change: 0 additions & 1 deletion packages/dataviews/src/dataviews-layouts/grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
top: $grid-unit-10;
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.dataviews-view-grid {
padding-left: $grid-unit-30;
Expand Down
1 change: 0 additions & 1 deletion packages/dataviews/src/dataviews-layouts/table/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@
}
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.dataviews-view-table tr td:first-child,
.dataviews-view-table tr th:first-child {
Expand Down
1 change: 0 additions & 1 deletion packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
}
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.edit-site-page-patterns-dataviews .edit-site-patterns__section-header {
padding-left: $grid-unit-30;
Expand Down
1 change: 0 additions & 1 deletion packages/edit-site/src/components/page/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
}
}

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.edit-site-page-header {
padding: $grid-unit-20 $grid-unit-30;
Expand Down

0 comments on commit 96e5b19

Please sign in to comment.