Update _variables.sass

This commit is contained in:
Andros Fenollosa 2019-03-05 11:01:07 +01:00 committed by GitHub
parent 77787a4db1
commit 05ac8cf6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
$max-width: 1180px !default
/// Breakpoints map
$breakpoints: ("small": 320px, "medium": 768px, "large": 1024px) !default
// @media all and (min-width: map-get($breakpoints, 'medium'))
// Colours
$color-black: #000