Skip to content

Instantly share code, notes, and snippets.

View nixstrom's full-sized avatar
🚀
Launching Kenzi!

Nikki Strømsnes nixstrom

🚀
Launching Kenzi!
View GitHub Profile
@nixstrom
nixstrom / SassMeister-input.scss
Last active August 29, 2015 14:10
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$base-font-size: 16;
//Function to calculate rem value from expected pixel value
@function rem($values...) {
// How many values must we loop through?
@nixstrom
nixstrom / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Generated by SassMeister.com.
<section>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
@nixstrom
nixstrom / SassMeister-input.scss
Created April 23, 2015 21:51
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$color-primary: #ff0;
$color-secondary: #00f;
$color-tertiary: #000;
// Mixin to colorize a property according to user level (set as class on body)
@nixstrom
nixstrom / SassMeister-input-HTML.html
Created June 17, 2015 09:57
Generated by SassMeister.com.
<main>
<div></div>
<div></div>
<div></div>
<div></div>
</main>
@nixstrom
nixstrom / SassMeister-input-HTML.html
Created June 17, 2015 10:07
Generated by SassMeister.com.
<main>
<div></div>
<div></div>
<div></div>
<div></div>
</main>
<!doctype html>
<title>Hello<style id="jsbin-css">
/* ### GENERAL STYLES; IGNORE THIS PART ### */
:root {
--gutter: 2px;
}
div {
box-sizing: border-box;
}