孔祥岩

Results 2 comments of 孔祥岩

@edbzn Thanks for your reply! Hope semver v3 is going great. Actually, I use `allowEmptyRelease=false` with `trackDeps=true` together. The issue I described can be summarized to: Having A as a...

@jzarzeckis @gnimmelf Just use `@extend` like this: ```scss %foo { right: 0; } %bar { left: 0; } .baz { @extend %foo, %bar; } ``` And by the way, you...