Skip to content

Instantly share code, notes, and snippets.

@jakob-e
jakob-e / SassMeister-input-HTML.html
Created March 6, 2015 17:52
Generated by SassMeister.com.
<header id="header">
<div class="section clearfix">
<a href="/" title="Home" rel="home" id="logo">
<img src="http://mollerrothe.com.dev.fkly.dk/sites/all/themes/moellerrothe/logo.png" alt="Home">
</a>
<div id="block-system-main-menu" class="block block-system block-menu">
<ul class="menu">
<li class="first expanded active-trail">
<a href="/contact" title="" class="active-trail active">Om os</a>
<ul class="menu">
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// MathSass (v0.9.5)
// ----
//
// SCSS Math Memoization - DISABLED
//
// In computing, memoization is an optimization technique used primarily to speed
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// MathSass (v0.9.5)
// ----
//
// SCSS Math Memoization - ENABLED
//
// In computing, memoization is an optimization technique used primarily to speed
@jakob-e
jakob-e / SassMeister-input-HTML.html
Last active August 29, 2015 14:14
Generated by SassMeister.com.
SCSS Managing z-index
SCSS Unit Conversion
//
// SCSS Unit Conversion v.2.0
//
SCSS functional-wrapper template
@jakob-e
jakob-e / SassMeister-input.scss
Created January 4, 2015 17:25
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
////
// I have written a lot of different `str-replace` Sass functions over
// the months yet none of my tries were succeeding in making the new substring
// able to contain the one to replace (e.g. `str-replace($str, "a", "ab")`).
// Thanks to Valérian Galliat (@valeriangalliat), I finally managed to build
@jakob-e
jakob-e / SassMeister-input-HTML.html
Created January 3, 2015 19:21
Generated by SassMeister.com.
<p>Lorem ipsum</p>
SCSS Merge "mixin mash-up"
An attempt to reduce CSS output when using multiple
mixins targeting the same properties. As a side effect
you can now override mixin output.
Example without merge:
@mixin a(){ margin-left: 100px; }
@mixin b(){ margin-left: 200px; }