Matteu

Results 6 issues of Matteu

### What are you trying to accomplish? - Fix the `.Box-row` styling for the conditional corner radii. (As stated in [this issue](https://github.com/primer/css/issues/1715)) ### What approach did you choose and why?...

### Description I know it's only a very very very slim chance of this happening, but if possible, somewhere down the line. Have the bot be able to pick up...

⭐ goal: addition

Add support for getting information from sassdoc blocks. ```scss /// This function has a sassdoc block. Also it greets a person :) /// @param {string} $person /// @access private ///...

This way, everyone gets the same version. I know some libraries are prone to breaking something even if it's just a minor version. Better to be safe than not.

enhancement
status: awaiting review
priority: medium

![image](https://user-images.githubusercontent.com/39852553/148519456-048b1a0a-e260-4687-9a21-5565c604aadb.png) ![image](https://user-images.githubusercontent.com/39852553/148519526-a593bc3f-bb24-40cf-91b2-23231e0113a5.png) I suggest making the text color to `#000` or something really contrasting from the neon yellow background color. The current color choice causes visual blur when looking at...

### ⭐ Suggestion Add prefixes to CSS custom properties, and class names for pre-made components/widgets ```css /* Prefix = et */ :root { --et-custom-property: value; } .et-button { /* Button...

⭐ goal: addition