Stefan Bauer

Results 122 comments of Stefan Bauer

Yes, but not the content of the description. Take this for example: https://lab.n8d.studio/htwoo/htwoo-core/?p=atoms-grid It has somewhat rendered syntax highlighting, just the 'code' styles but does not tokenise it with primsjs....

Will it come with ootb typescript too?

When I write a script in pattern lab, I can only use javascript atm. If I like to use typescript, I need to configure this on top of the pattern...

Yeah that's not what it is meant here - title do only work also on certain HTML Elments. The piece missing is the placement of the buttons so that they...

To have all in a single parameter would be really cool to have. Thought about it today myself. I wrote a small mixing that exactly does that. There is a...

REM and EM are appropriate values, while the pixel is not: Apple list its default font sizes on iOS. https://developer.apple.com/design/human-interface-guidelines/typography Body text, on default, refers to 17pt, which is one...

Same issue like I still had in this issue: #498 At least NPX stylelint works perfectly for me. ```sh npx stylelint *.scss --fix ```

I think I have the same issue - I try to use the following configurations https://gist.github.com/StfBauer/e33f5dda5545b9adafb030992df42a9e While this perfectly works from the command line, VS Code does nothing. The question...