Production mode build produces wrong css from sass with an @supports within a mixin within a loop

前端 未结 0 685
孤独总比滥情好
孤独总比滥情好 2021-02-20 10:44

Using angular 10.1.5 running ng build "--prod" the following sass:

@mixin sticky-top-break-test {
  @supports (position: sticky) {
    position: sticky;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题