Skip to content

Commit

Permalink
Add tests for an empty @at-root rule in the indented syntax (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Aug 19, 2024
1 parent 41ce01a commit 1d12ef8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions spec/directives/at_root.hrx
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<===> sass/empty/no_query/input.sass
@at-root

<===> sass/empty/no_query/output.css

<===>
================================================================================
<===> sass/empty/query/input.sass
@at-root (with: rule)

<===> sass/empty/query/output.css

<===>
================================================================================
<===> sass/empty/selector/input.sass
@at-root a

<===> sass/empty/selector/output.css

<===> sass/empty/selector/warning
WARNING on line 1, column 10 of input.sass:
This selector doesn't have any properties and won't be rendered.
,
1 | @at-root a
| ^
'

<===>
================================================================================
<===> keyframes/all/input.scss
@keyframes a {
@at-root (without: all) {
Expand Down

0 comments on commit 1d12ef8

Please sign in to comment.