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
%extendable1 | |
color: red | |
%extendable2 | |
width: 50% | |
.foo | |
@extend %extendable1 | |
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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.7) | |
// ---- | |
asdfasdf |
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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
.btn-blue { | |
color: #fff; | |
&%active { | |
background-color: darken(blue, 10%); | |
border-color: darken(blue, 15%); |
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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
@function parse-int($number) { | |
@return $number / ($number * 0 + 1); | |
} | |
modulus { |
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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
foo | |
bar: 1 * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 | |
baz: (1 / 1) * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 * 1000 |
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
lolmaus@sandy:~$ sudo npm install -g derby | |
npm http GET https://registry.npmjs.org/derby | |
npm http 304 https://registry.npmjs.org/derby | |
npm ERR! tar.unpack untar error /home/lolmaus/.npm/derby/0.5.11/package.tgz | |
npm ERR! Error: ENOENT, lstat '/usr/lib/node_modules/derby/bin/default-coffee/node_modules/livedb-mongo/node_modules/livedb/node_modules/redis/benches/stress/rpushblpop/run' | |
npm ERR! If you need help, you may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> |
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
It works with screen size < 600px.<br /> | |
Just screen size > 500px does not work correctly.<br /> | |
Question asked at <a href="https://github.com/Team-Sass/Singularity/issues/145">GitHub Issue Singularity</a><br /><br /> | |
<footer> | |
<ul class="social"> | |
<li>Facebook</li> | |
<li>Twitter</li> |
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
<span class=prefix>из</span> | |
<span class=root>любл</span> | |
<span class=suffix>енн</span> | |
<span class=ending>ый</span> |
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
<div class="grid12"> | |
<div class="grid6"> | |
<div>col1</div> | |
</div> | |
<div class="grid6"> | |
<div>col2</div> | |
</div> | |
</div> | |
<div class="grid6">col6</div> |
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
#page | |
#foo.container | |
.subcontainer | |
.column Foo | |
.column Foo | |
.column Foo | |
.column Foo | |
.subcontainer | |
.column Bar | |
.column Bar |