Difference between revisions of "Popular syntax"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Border Radius== | ==Border Radius== | ||
@include border-radius(12px); | @include border-radius(12px); | ||
== Clearfix == | |||
@include clearfix | |||
== Breakpoint using juice == | |||
@include bp(small) | |||
open the juice file, they have a bunch of presets |
Revision as of 14:30, 26 August 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