Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Remove extra semicolons in _settings.sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 28, 2015
1 parent b8bcdb2 commit e2f8c5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _assets/stylesheets/_settings.sass
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ $include-html-global-classes: $include-html-classes
// $block-grid-default-spacing: rem-calc(20)
// $align-block-grid-to-grid: false
// @if $align-block-grid-to-grid {$block-grid-default-spacing: $column-gutter;}
// @if $align-block-grid-to-grid {$block-grid-default-spacing: $column-gutter}
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
// $block-grid-media-queries: true
Expand Down Expand Up @@ -912,7 +912,7 @@ $include-html-global-classes: $include-html-classes
// $orbit-caption-bg: rgba(51,51,51, .8)
// $orbit-caption-font-color: $white
// $orbit-caption-font-size: rem-calc(14)
// $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
// $orbit-caption-position: "bottom" // Supported values: "bottom", "under"
// $orbit-caption-padding: rem-calc(10 14)
// $orbit-caption-height: auto
Expand Down Expand Up @@ -1413,7 +1413,7 @@ $include-html-global-classes: $include-html-classes
// $topbar-link-color-active-hover: $white
// $topbar-link-weight: $font-weight-normal
// $topbar-link-font-size: rem-calc(13)
// $topbar-link-hover-lightness: -10%; // Darken by 10%
// $topbar-link-hover-lightness: -10% // Darken by 10%
// $topbar-link-bg: $topbar-bg
// $topbar-link-bg-hover: $jet
// $topbar-link-bg-color-hover: $charcoal
Expand Down Expand Up @@ -1452,12 +1452,12 @@ $include-html-global-classes: $include-html-classes
// $topbar-menu-icon-color: $white
// $topbar-menu-link-color-toggled: $jumbo
// $topbar-menu-icon-color-toggled: $jumbo
// $topbar-menu-icon-position: $opposite-direction; // Change to $default-float for a left menu icon
// $topbar-menu-icon-position: $opposite-direction // Change to $default-float for a left menu icon
// Transitions and breakpoint styles
// $topbar-transition-speed: 300ms
// Using rem-calc for the below breakpoint causes issues with top bar
// $topbar-breakpoint: #{lower-bound($medium-range)}; // Change to 9999px for always mobile layout
// $topbar-breakpoint: #{lower-bound($medium-range)} // Change to 9999px for always mobile layout
// $topbar-media-query: "#{$screen} and (min-width:#{lower-bound($topbar-breakpoint)})"
// Top-bar input styles
Expand All @@ -1469,8 +1469,8 @@ $include-html-global-classes: $include-html-classes
// Sticky Class
// $topbar-sticky-class: ".sticky"
// $topbar-arrows: true; //Set false to remove the triangle icon from the menu item
// $topbar-dropdown-arrows: true; //Set false to remove the \00bb >> text from dropdown subnavigation li//
// $topbar-arrows: true //Set false to remove the triangle icon from the menu item
// $topbar-dropdown-arrows: true //Set false to remove the \00bb >> text from dropdown subnavigation li//
// 36. Visibility Classes
// - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit e2f8c5a

Please sign in to comment.