Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup: Fix CSS warnings in external SCSS tests, resolves #674. #675

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Cleanup: Fix CSS warnings in external SCSS tests, resolves #674.
  • Loading branch information
abias committed Jun 12, 2024
commit 1f55dbfc95ba6affca264aceb6bcec5c30c26ee2
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-theme_boost_union
Changes
-------

### Unreleased

* 2024-06-12 - Cleanup: Fix CSS warnings in external SCSS tests, resolves #674.

### v4.3-r14

* 2024-06-10 - Cleanup: Introduce a dedicated Behat step to deactivate and activate debugging, resolves #670.
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/extscss-invalid.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/* stylelint-disable-next-line */
brokenstuff
4 changes: 3 additions & 1 deletion tests/fixtures/extscss.scss
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#page-header h1 { display: none; }
#page-header h1 {
display: none;
}
Loading