mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix invalid sass syntax
This commit is contained in:
committed by
Jeremy Thomas
parent
033677f631
commit
26a084c3b7
@@ -173,8 +173,10 @@
|
|||||||
// Responsiveness
|
// Responsiveness
|
||||||
|
|
||||||
$tablet: 769px !default
|
$tablet: 769px !default
|
||||||
$desktop: 1000px !default // 960px container + 40px
|
// 960px container + 40px
|
||||||
$widescreen: 1192px !default // 1152px container + 40
|
$desktop: 1000px !default
|
||||||
|
// 1152px container + 40
|
||||||
|
$widescreen: 1192px !default
|
||||||
// 960 and 1152 have been chosen because
|
// 960 and 1152 have been chosen because
|
||||||
// they are divisible by both 12 and 16
|
// they are divisible by both 12 and 16
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user