Difference between revisions of "Popular syntax"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
@include bp(small) | @include bp(small) | ||
open the juice file, they have a bunch of presets | open the juice file, they have a bunch of presets | ||
== Juice Center an element vertically and horizontally == | |||
.element { | |||
@include centerer; | |||
} |
Revision as of 13:38, 14 September 2016
Border Radius
@include border-radius(12px);
Clearfix
@include clearfix
Breakpoint using juice
@include bp(small)
open the juice file, they have a bunch of presets
Juice Center an element vertically and horizontally
.element { @include centerer; }