fix(styles): fix no-content name

This commit is contained in:
Walid 2022-04-22 19:06:11 +00:00
parent 99a0bfbb19
commit 985f689273
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279

View File

@ -39,7 +39,7 @@
position: relative; position: relative;
&:#{$element} { &:#{$element} {
@extend %content; @extend %no-content;
width: #{$el-width}; width: #{$el-width};
height: #{$el-height}; height: #{$el-height};