Results 115 comments of Scott Rod

Hey @watsonbox, "public-only playlist" = only the playlists that have a checkmark in the "Public" column.

I have not touched the gruntfile that comes with Fireshell, so my gruntfile would be the default. Also, I tried without updating the modules and get the same results. If...

Based on my recent discovery, it should include the map option in the autoprefixer task. ``` // Example from another gruntfile that outputs sass sourcemaps to Web Inspector autoprefixer: {...

As you can experience for yourself, opening the modal focuses on the first focusable item. In this case, it's a link. So, it throws the user half way down the...

It looks like the W3C standard spec setting doesn't work with your original Figma demo file. Regardless, I can't seem to get units appended to the font size values for...

@lukasoppermann Thanks a bunch. I managed to get it working, but with some caveats. However, I'm unsure if this the right way. I had to change: `files: [{ format: 'custom/css'...

@lukasoppermann I could've bothered you less it had looked a bit further. Thanks! https://github.com/lukasoppermann/design-token-transformer

I've enabled blade format code. `"blade.format.enable": true`. Then, I restart VS. When I format the document, all of the lines are aligned to the left – no indentation. All of...

Same here. Everything after this line gets screwed up: ``` ```

> @djmtype You could rewrite it like > > ``` > > ``` Right, that's how it should be done to begin with