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
@main-font-size: 16px; | |
.x-rem (@property, @value) { | |
// This is a workaround, inspired by https://github.com/borodean/less-properties | |
@px-fallback: @value * @main-font-size; | |
-: ~`(function () { return ';@{property}: @{px-fallback}'; }())`; | |
-: ~`(function () { return ';@{property}: @{value}rem'; }())`; | |
} |
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
echo 'kern.maxfiles=20480' | sudo tee -a /etc/sysctl.conf && echo -e 'limit maxfiles 8192 20480\nlimit maxproc 1000 2000' | sudo tee -a /etc/launchd.conf && echo 'ulimit -n 4096' | sudo tee -a /etc/profile |
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
npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements! | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.1 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.5 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 | |
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.0 |
OlderNewer