Right so if you're coming to CPH you really need to checkout the following:
Tivoli
Rundetårn (Round Tower)
var child_process = require('child_process'); | |
start(); | |
function start(nodefile) { | |
if (typeof start !== 'string') { | |
console.log('Has none file. like this: start("app.js")'); | |
} | |
console.log('Master process is running.'); | |
Right so if you're coming to CPH you really need to checkout the following:
Tivoli
Rundetårn (Round Tower)
In chrome the user agent stylesheet is applying the following form element style
font: normal normal normal 11px/normal '.HelveticaNeueDeskInterface-Regular';
I've noticed in normalize
they handle this by doing the following:
button,
input,
optgroup,
@function _grid-col-width($col-num) { | |
$one-col: (100%/12); | |
@return #{$one-col*$col-num}; | |
} |
Component Class naming Idea's | |
Components (Objects) | |
objectname | |
Sub Components (Object Methods) | |
objectname_method | |
Components modifiers | |
objectname--modifier |