This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin calc($dir, $arg) { | |
#{$dir}: calc(#{$arg}); | |
-moz-#{$dir}: calc(#{$arg}); | |
-webkit-#{$dir}: calc(#{$arg}); } | |
html { | |
@include calc('width', '10em + 20px'); } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import singularitygs | |
@import breakpoint | |
.column | |
+breakpoint('700px') | |
+float-span(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[selectel] | |
storage-url: swift://auth.selcdn.ru | |
backend-login: 12345 | |
backend-password: qwertyUIOP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// --- | |
// Compass (v0.13.alpha.4) | |
// Sass (v3.2.9) | |
// --- | |
=reset-body | |
line-height: 1.2 | |
+global-reset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Yay!</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$slicer-breakpoints: 0 768px 980px 1200px; | |
@include from(3) { | |
/* bla */ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Yay!</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html | |
background-color: red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#<Github::ResponseWrapper | |
@body="#<Hashie::Mash | |
comments=0 | |
comments_url="https://api.github.com/gists/5567591/comments" | |
commits_url="https://api.github.com/gists/5567591/commits" | |
created_at="2013-05-13T11:05:44Z" description="" | |
files=#<Hashie::Mash | |
foo.html=#<Hashie::Mash | |
content="<h1>Yay!</h1>" | |
filename="foo.html" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding=utf-8 | |
texturepath = "/opt/minecraft/overviewer" | |
outputdir = "/opt/minecraft/overviewer/render" | |
worlds["world"] = "/opt/minecraft/server/worlds/world" | |
def signFilter(poi): | |
"All signs" | |
return poi["id"] == "Sign" |