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
export const lines = { | |
h: '1.8em', | |
l: '1.6em', | |
m: '1.4em', | |
s: '1.2em', | |
x: '1', | |
n: '0', | |
} | |
export const _line = lines; |
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
<!-- as explained on http://piotrf.pl/wrote/building-a-simple-slideshow-with-react-js --> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hello React!</title> | |
<script src="http://fb.me/react-with-addons-0.12.2.js"></script> | |
<script src="http://fb.me/JSXTransformer-0.12.2.js"></script> | |
<link rel="stylesheet" href="styles.css" /> | |
<style> | |
</style> |
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
# Require dependencies | |
# -------------------- | |
phantomcss = require("./../../node_modules/phantomcss/phantomcss.js") | |
# Init PhantomCSS magic | |
# -------------------- | |
phantomcss.init | |
# Paths |
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
Show hidden characters
{ | |
"custom_sort_order": true, | |
"sort_order": [ | |
"@extend", | |
"-webkit-animation", | |
"-moz-animation", | |
"-ms-animation", | |
"-o-animation", | |
"animation", | |
"-webkit-animation-name", |