Jeremy Letto
Jeremy Letto
This actually looks really good, very lightweight and simple, plus i definitely appreciate the included unit tests. However, timestamp formatting is one of those foundational pieces that I think i...
I was able to work around it by doing something a bit silly in my theme file. ``` buttons: { confirm: { text: 'Yes', btnClass: 'lex-btn-green', action: LexileSvc_.quit }, close:...
Hey, so i actually haven't touched this code in quite awhile, it was a personal sideproject that I never got a chance to complete. You have the general flow correct,...
Correction (remembering what I was doing now): The times by 0 function is a logic trick to get the number split from the unit (e.g. 320px / 1px = 320)....
I suspect it's these 2 lines which are to blame, but not sure what the issue is yet. The strip-unit function allows v-units in the logic trick, but not the...
Or maybe these 2: #{$property}: vu-calc($value, $query-width, $query-height); #{$property}: vu-calc($value, $query-width, $query-height);
Yeah, it appears that Sass is typing the query width and height as strings instead of numbers like it is with the value, which throws off the strip-units function.
"Please sir, may I have some merges?" 
I'm having similar issues with using Modernizr, tho I'm worried I may not be implementing vminpoly correctly. Here's my modernizr script: Modernizr.load([ { test : Modernizr.cssvwunit && Modernizr.cssvhunit, nope :...