Skip to content

Commit

Permalink
Remove unused breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward Penney committed May 12, 2017
1 parent 9be1b4b commit 2d47c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

### Removed

- Remove unused `$medium-screen` and `$large-screen` breakpoints

## [1.6.0] - 2017-05-12

### Added
Expand Down
4 changes: 0 additions & 4 deletions core/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Breakpoints
$medium-screen: 600px;
$large-screen: 900px;

// Typography
$base-font-family: $font-stack-system;
$heading-font-family: $base-font-family;
Expand Down

0 comments on commit 2d47c3a

Please sign in to comment.