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
| /* Typograph Vertical Rythms via http://drewish.com/tools/vertical-rhythm | |
| Initial params: | |
| Georgia - base font-family, | |
| 15px - base font, | |
| 22.5 - line height , | |
| 40, 35, 30 20 15 13 - target fonts rythms | |
| --------------------*/ | |
| @def _FNT_SIZE 15; | |
| @def _EM _FNT_SIZE; |
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
| sudo apt-get install build-essential | |
| sudo apt-get install python-cheetah | |
| wget http://peak.telecommunity.com/dist/ez_setup.py | |
| sudo python ez_setup.py | |
| sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz | |
| >> Installing fixjsstyle script to /usr/local/bin | |
| Installing gjslint script to /usr/local/bin |
NewerOlder