chore(): switch to using disallow terminology (#23618)

This commit is contained in:
Liam DeBeasi
2021-07-13 14:03:58 -04:00
committed by GitHub
parent 4b56744d7f
commit 7315e0157b
10 changed files with 34 additions and 34 deletions

View File

@ -150,9 +150,9 @@
display: none;
position: absolute;
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
left: -100%;
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
width: 100%;
height: 100vh;
@ -165,9 +165,9 @@
.transition-cover {
position: absolute;
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
right: 0;
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
width: 100%;
height: 100%;
@ -181,9 +181,9 @@
display: block;
position: absolute;
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
right: 0;
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
width: 10px;
height: 100%;