Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
connorskees committed Sep 8, 2023
1 parent 3168534 commit cb3b2d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions spec/core_functions/meta/accepts_content.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ a {
b: true;
}

<===>
================================================================================
<===> accepts/nested-child/input.scss
@use "sass:meta";

Expand All @@ -28,6 +30,8 @@ a {
b: true;
}

<===>
================================================================================
<===> doesnt-accept/empty/input.scss
@use "sass:meta";
@mixin foo() {}
Expand Down
3 changes: 1 addition & 2 deletions spec/core_functions/meta/get_mixin/content.hrx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<===>
================================================================================
<===> passes-content/input.scss
@use "sass:meta";

Expand Down Expand Up @@ -32,6 +30,7 @@ a {
}

<===> passes-empty-content/output.css

<===>
================================================================================
<===> denies-content/user-defined/input.scss
Expand Down
2 changes: 0 additions & 2 deletions spec/core_functions/meta/get_mixin/different_module.hrx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<===>
================================================================================
<===> defined/input.scss
@use "sass:meta";
@use "foo";
Expand Down

0 comments on commit cb3b2d4

Please sign in to comment.