Skip to content

Commit

Permalink
Cleanup: Fix CSS warnings in external SCSS tests, resolves moodle-an-…
Browse files Browse the repository at this point in the history
  • Loading branch information
abias authored Jun 12, 2024
1 parent 02a30ed commit 6ce7bdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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;
}

0 comments on commit 6ce7bdd

Please sign in to comment.