- Ashra, "New Age of Earth" — @stringbot
- Kyle Landstra - @stringbot
- Pulse Emitter - @stringbot
- Donnacha Costello, "Love from Dust" - @johntejada
- Stephen Falken, "Phantom Tracks vol 1" - @2xlp
- Manuel Gottsching (Ashra), "Inventions for Electric Guitar" - @2xlp
- Jo Johnson, "Weaving" - @stringbot
- David Borden, "Music for Amplified Keyboard Instruments" - @basskitten
- Michael Hoenig, "Departure from the northern wasteland" - @basskitten
- Jürgen Müller, "Science Of The Sea" - @_ricardodonoso
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
{ | |
"requireCapitalizedConstructors": true, | |
"requireMultipleVarDecl": true, | |
"disallowEmptyBlocks": true, | |
"disallowSpaceAfterObjectKeys": true, | |
"requireCommaBeforeLineBreak": true, | |
"requireParenthesesAroundIIFE": true, | |
"disallowKeywords": [ | |
"with" | |
], |
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
$debug: true | |
=debug-display($debugText) | |
@if $debug == true | |
&::before | |
content: '#{$debugText}' | |
/* iPads (portrait and landscape) ----------- | |
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) | |
+debug-display('iPads (portrait and landscape)') |