Closed laurengarcia closed 8 years ago
reported by clkao; im also seeing this issue as well with the latest version of the module when @import'ing into other projects.
when i comment out the new responsive breakpoint rules added here: https://github.com/datproject/design/commit/cc5b6a0898883c5248db4f1a3ee48cce7f77753b
... it stops failing. i think the problem is the @if statement in the middle of the block. it should be an @else if.
@else if
fixing now.
ok, version is bumped to 1.2.5 with bugfix from this.
reported by clkao; im also seeing this issue as well with the latest version of the module when @import'ing into other projects.
when i comment out the new responsive breakpoint rules added here: https://github.com/datproject/design/commit/cc5b6a0898883c5248db4f1a3ee48cce7f77753b
... it stops failing. i think the problem is the @if statement in the middle of the block. it should be an
@else if
.fixing now.