- 22 Mar, 2015 3 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 19 Mar, 2015 1 commit
-
-
Thomas Park authored
-
- 17 Mar, 2015 3 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 10 Mar, 2015 1 commit
-
-
Thomas Park authored
-
- 06 Mar, 2015 3 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 05 Mar, 2015 5 commits
-
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
Thomas Park authored
-
- 02 Mar, 2015 2 commits
-
-
Thomas Park authored
paper: fix get bold version of Roboto
-
Victor Häggqvist authored
-
- 27 Feb, 2015 1 commit
-
-
Thomas Park authored
-
- 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
-