- 23 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 20 Feb, 2015 3 commits
-
-
Thomas Park authored
Using strictMath
-
Thomas Park authored
-
Thomas Park authored
-
- 19 Feb, 2015 3 commits
-
-
Thomas Park authored
-
Thomas Park authored
lumen: fixing justified tabs animation
-
nielslbeck authored
Using strictMath to prevent Less from trying to calculate stuff it's shouldn't calculate. Example: The following Less: .small { width: calc(~"100% / 12 * 6 - 40px"); } will output the following CSS: .small { width: -webkit-calc(100% / 12 * 7 - 40px); width: calc(100% / 12 * 7 - 40px); } which is as expected. The calculation can be performed at runtime. But the minified version will be: .small{width:-webkit-calc(18.33333333%);width:calc(18.33333333%)} and that's something else (the absolute part, 40px, shouldn't be converted to something relative). By using strictMath: true both the CSS and the minified CSS will contain the entire calculation.
-
- 17 Feb, 2015 1 commit
-
-
Jonathan Bohren authored
-
- 16 Feb, 2015 2 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
- 10 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 06 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 05 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 03 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 30 Jan, 2015 1 commit
-
-
Thomas Park authored
-
- 29 Jan, 2015 6 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 26 Jan, 2015 2 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
- 22 Jan, 2015 10 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
add contenteditable to input selectors
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 09 Jan, 2015 1 commit
-
-
Thomas Park authored
-
- 08 Jan, 2015 1 commit
-
-
Mladen Plavsic authored
-
- 08 Dec, 2014 3 commits
-
-
Thomas Park authored
-
Thomas Park authored
Redesign front-page
-
Jenil Gogari authored
* Add splash background image * Parallax scrolling * Moved logo to navbar
-
- 06 Dec, 2014 2 commits
-
-
Thomas Park authored
fix double semicolon typos
-
Uladzislau Shcharbin authored
-