Skip to content

Instantly share code, notes, and snippets.

@alice-liu
alice-liu / SassMeister-input.scss
Created February 16, 2016 16:02
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "include-media";
$breakpoints: (
phone: 736px,
tablet: 1024px,
desktop-large: 1280px
@alice-liu
alice-liu / SassMeister-input.scss
Last active February 10, 2016 17:30
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import "include-media";
$breakpoints: (
phone: 736px,
tablet: 1024px,
desktop-large: 1280px
@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: (
@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
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-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-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.haml
Created August 7, 2014 22:04
Generated by SassMeister.com.
%a
test1
%a
test2
%a
test3
@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.scss
Created May 12, 2014 23:21
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
.foo {
color: red;
.ie8 & {
color: blue;
}