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
col ?= blue; | |
num ?= 10%; | |
html | |
background darken(col, num) |
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
var render = function(){ | |
require('./index.jade'); | |
require('./index.js'); | |
require('./index.styl'); | |
} |
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 Style from './index.styl' | |
.masthead(style={height: window.innerHeight}) | |
h2.masthead-description foo |
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
.testing | |
h1 testing | |
export var rootTag = '.testing' |
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
var color = props.color || 'red' | |
button | |
color: =color | |
yield | |
@media | |
yield mobile |
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
# Colors | |
red | |
yellow | |
blue | |
orange | |
green | |
purple | |
yellow-orange | |
red-orange |
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
app pls | |
do styles pls that are like whaaaaaaaaaa | |
also fast as fuuuuuuuuck | |
srsly no wwwwwwwwaaaay | |
and good back end and big data | |
i mean big | |
PS no bugs |
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
colors = { | |
'black': #000, | |
'white': #fff | |
} | |
shades = { | |
'light': 20%, | |
'lighter': 40%, | |
'lightest': 60% | |
} |