Skip to content

Commit

Permalink
#14: safari iframe fix - sass fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jul 17, 2018
1 parent c1e997e commit c917e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_rfs.sass
Expand Up @@ -148,7 +148,7 @@ $enable-responsive-font-sizes: true !default
@else
font-size: $rfs-fluid

@if $safari-iframe-resize-bug-fix
@if $rfs-safari-iframe-resize-bug-fix
// stylelint-disable-next-line length-zero-no-unit
min-width: 0vw
@else
Expand All @@ -160,7 +160,7 @@ $enable-responsive-font-sizes: true !default
@else
font-size: $rfs-fluid

@if $safari-iframe-resize-bug-fix
@if $rfs-safari-iframe-resize-bug-fix
// stylelint-disable-next-line length-zero-no-unit
min-width: 0vw

Expand Down

0 comments on commit c917e32

Please sign in to comment.