Max Karkowski
Max Karkowski
If you use the [grunt-wiredep](https://github.com/stephenplusplus/grunt-wiredep) task, you need the property main in your bower.json. "main" : "csswizardry-grids.scss" would be enough so wiredep can inject the .scss file in the main...
Is there a possibility to have an example for a stencilJS project?
Hi, would be nice to exclude Layers from export via config like this for example ``` { "figmaPersonalToken": "XXX", "fileId": "XXX", "page": "XXX", "frame": "XXX", "iconsPath": "src/assets/icons", "removeFromName": "", "excludeLayers":...
If you wann use the script in your pipeline you need to have your config file in your repo. With the option to make adding this file to the gitignore...
since we updated changesets-gitlab we have now the issue that with every commit the changesets-gitlab comment command creates a new comment in our merge request. before the update it only...
## Question We are working on accessibility for our components. One Issue is that every radio group should be wrapped in a fieldset (also a legend should be present for...
### Description Possible solution for issue https://github.com/radix-ui/primitives/issues/3158 I added the type of undefined for the property checked in RadioItems, Checkboxes and switches to either set the html-attribute to true or...
Hi, i ran into issue when styling radio group items with the new :has css styling. i have a css like this ```tsx // sets interactive color if element is...