Skip to content

Instantly share code, notes, and snippets.

@alice-liu
alice-liu / SassMeister-input-HTML.haml
Created April 16, 2014 18:36
Generated by SassMeister.com.
.form
.cell1
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed consequat, arcu at molestie iaculis, enim orci pharetra turpis, sed ultrices tortor nunc ac orci. Quisque pellentesque enim et euismod facilisis. Vestibulum sed urna vel dolor imperdiet consectetur nec non arcu. Nunc augue tortor, vulputate in sem vitae, vulputate bibendum tellus.
.cell2
blah blah
@alice-liu
alice-liu / SassMeister-input.scss
Created April 23, 2014 21:06
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
@function get-value($list-map, $key) {
@each $pair in $list-map {
@if nth($pair, 1) == $key {
@return nth($pair, 2);
}
}
@alice-liu
alice-liu / SassMeister-input.scss
Created May 12, 2014 23:21
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
.foo {
color: red;
.ie8 & {
color: blue;
}
@alice-liu
alice-liu / SassMeister-input.scss
Created July 28, 2014 22:52
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
$color: red;
$background-image: image-url('foo.png');
$offsets: -8px -20px;
.stuff {
@alice-liu
alice-liu / SassMeister-input-HTML.haml
Created August 7, 2014 22:04
Generated by SassMeister.com.
%a
test1
%a
test2
%a
test3
@alice-liu
alice-liu / SassMeister-input-HTML.haml
Created August 27, 2014 04:20
Generated by SassMeister.com.
%a
test1
%a
test2
%a
test3
@alice-liu
alice-liu / SassMeister-input-HTML.html
Created September 19, 2014 18:57
Generated by SassMeister.com.
<div class="hello-example">
<a href="http://example.com">English:</a>
<span lang="en-us en-gb en-au en-nz">Hello World!</span>
</div>
<div class="hello-example">
<a href="#portuguese">Portuguese:</a>
<span lang="pt">Olá Mundo!</span>
</div>
<div class="hello-example">
<a href="http://example.cn">Chinese (Simplified):</a>
@alice-liu
alice-liu / SassMeister-input.scss
Last active August 29, 2015 14:07
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.a {
color: red;
&:disabled {
color: blue;
@alice-liu
alice-liu / SassMeister-input.scss
Last active November 13, 2015 02:22
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "sass-maps-plus";
// nav component configs (How to distinguish between component structure and style schema?)
$nav: (
item: (
color: (
@alice-liu
alice-liu / SassMeister-input.scss
Created December 1, 2015 02:03
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "sass-maps-plus";
// nav component configs (How to distinguish between component structure and style schema?)
$nav: (
item: (
color: (