mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix invalid sass syntax
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user