mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
af942a27e4
- Automated reformatting - Manually change code where Prettier reformatting causes issues - Revert "Disable Prettier formatting in CI for now"
8 lines
97 B
SCSS
8 lines
97 B
SCSS
.visuallyvisible {
|
|
@include visuallyvisible;
|
|
}
|
|
|
|
.visuallyhidden {
|
|
@include visuallyhidden;
|
|
}
|