From dabec0bb2f0d3b46b9d22317116eb122f07a0d13 Mon Sep 17 00:00:00 2001 From: Ward Penney Date: Fri, 12 May 2017 14:41:18 -0400 Subject: [PATCH] Remove unused breakpoints --- CHANGELOG.md | 6 ++++++ core/_variables.scss | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ba092d..91f4382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ([#285]) + ## [1.6.0] - 2017-05-12 ### Added diff --git a/core/_variables.scss b/core/_variables.scss index cc4b7176..a6a4385b 100644 --- a/core/_variables.scss +++ b/core/_variables.scss @@ -1,7 +1,3 @@ -// Breakpoints -$medium-screen: 600px; -$large-screen: 900px; - // Typography $base-font-family: $font-stack-system; $heading-font-family: $base-font-family;