Skip to content

Instantly share code, notes, and snippets.

View M-Willett's full-sized avatar
💭
Do work!

Matt Willett M-Willett

💭
Do work!
View GitHub Profile
@M-Willett
M-Willett / _utility.border.less
Created August 16, 2018 12:59
Border utility classes (BEMIT, LESS)
/**==================================================
* Utilites >> Border
*
* Chainable classes for applying borders and various
* other border related properties.
*
* Defaults:
* border-width: --unit-xxs
* border-style: solid
* border-color: --border
@M-Willett
M-Willett / _utility.margin.less
Created August 16, 2018 12:33
Margin utility classes (BEMIT, LESS)
/**==================================================
* Utilites >> MARGIN
*
* Chainable classes for applying margin properties
* defined from the project's variables.
*
* Please avoid using negative margins.
* ==================================================
*/
@M-Willett
M-Willett / _utility.padding.less
Created August 16, 2018 12:24
Padding utility classes (BEMIT, LESS)
/**==================================================
* Utilites >> PADDING
*
* Chainable classes for applying padding properties
* defined from the project's variables.
* ==================================================
*/
// Padding on all sides