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 | |
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
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
.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
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
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
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
/** | |
* Module dependencies | |
*/ | |
var React = require('react'); | |
var dom = React.createElement; | |
var Router = require('react-router'); | |
var RouteHandler = Router.RouteHandler; | |
var Link = Router.Link; | |
var Store = require('./store'); |
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
/** | |
* Module dependencies | |
*/ | |
var pkg = require('../package'); | |
var Emitter = require('emitter'); | |
var parseLinks = require('links-parser'); | |
// set the default api path to '/api' | |
var loc = window.location; |