Skip to content

Commit

Permalink
Sass 3.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 4, 2016
1 parent 472c78b commit add9aa8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions app/assets/stylesheets/rails_email_preview/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $rep-gray-light: #a6b2bb !default
$rep-gray-lighter: #f1f3f4 !default

$rep-breadcrumb-bg: $rep-gray-lighter !default
$rep-breadcrumb-active-color: $rep-gray-light !default

$rep-grid-gutter: 30px !default
$rep-grid-breakpoint-sm: 768px !default
Expand Down Expand Up @@ -87,16 +86,15 @@ $rep-text-color-secondary: #263238
font-size: $rep-font-size-nav
list-style: none
background-color: $rep-breadcrumb-bg
&__breadcrumb
display: inline-block
+ ::before
display: inline-block
padding: 0 0.5em
color: $rep-gray-light
content: "/"
&__breadcrumb-active
.rep--breadcrumbs__breadcrumb
display: inline-block
+ ::before
display: inline-block
color: $rep-breadcrumb-active-color
padding: 0 0.5em
color: $rep-gray-light
content: "/"
.rep--breadcrumbs__breadcrumb-active
display: inline-block

.rep--headers-list
margin: 0
Expand Down

0 comments on commit add9aa8

Please sign in to comment.