GRAY GHOST
GRAY GHOST
So we're saying line 242 replace that line with this… ``` javascript unit = $.transform.transformUnit || "%"; ``` I'm still confused where you are saying to put this line… >...
gotchya. hmmm..kind of seems that way an author needs to change the val w/`$.transform.transformUnit = "%";` depending on the case. I feel like it could be a bit more dynamic...
> Also available as a UserScript by Sindre Sorhus or an existing DevTools extension by Gildas Lormeau. clicking "extension" takes you to the Chrome Store and gives me PrettyPrint. Yeah,...
If anyone can give me a quick idea how the heck to use this that would be great because it's still unclear to me.
@sindresorhus To clarify, I've known all along what a bookmarklet is and what your project does. This link → [http://marklets.com/cssprettifier.aspx](http://marklets.com/cssprettifier.aspx) is not in the README. I want to know what...
I like the idea of having a page where you drag the link to your bookmark toolbar. That's what fitweird does. [http://davatron5000.github.com/fitWeird](http://davatron5000.github.com/fitWeird)
What the hell am I doing wrong? I have all the settings correct for Source map support in the browser :\ ``` bash grayghostvisuals ✭ GrayGhostVisualsMacBookAir.local ~/Sites/slideshowbob on feature/slideshow-direction* $...
Ok so I'm using Sass 3.3.0.alpha.141 (Bleeding Edge). Installed using `gem install sass -v 3.3.0.alpha.141 --pre` I still get the error above so I have to change the gruntfile to...
Only problem was the rb-fsevent gem, but running what you posted works now. No Grunt watch task though. ``` bash grayghostvisuals ✭ GrayGhostVisualsMacBookAir.local ~/Sites/slideshowbob on feature/slide-direction* $ sass --watch --scss...