Skip to content

Instantly share code, notes, and snippets.

View stephenhmarsh's full-sized avatar

Stephen Marsh stephenhmarsh

View GitHub Profile
@stephenhmarsh
stephenhmarsh / styleguide.md
Created December 16, 2020 18:46
Marble Code Styleguide (Draft)

Use BEM

BEM Modifiers should be @mixins.

Good:

@mixin primary-button--small {
	padding: 0.7777777778em 2.5em;
	&.primary-button--ghost-light,