New Sass Mixins (In Progress)

by Michael Mandarino

HTML

<h1>New Sass Mixins (In Progress :: 0) - v1.1</h1>
<h2>Last Update: April 30 2019 by Michael Mandarino</h2>

<h3>
CURRENTLY: 0
</h3>

SCSS

/* Base Styles */

*,
*:after,
*:before {
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    padding: 0.5em;
}

h1 {
	color: #61bb46;
    font-size: 2em;
}

h2 {
    font-size: 0.75em;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
==== MIXINS ====
--------------------------------------------------------------*/