Zyc
Zyc
`repeat` with `auto-fill`, `minmax` and max-value being a `percentage` overflows instead of wrapping
# Demo: Codepen: https://codepen.io/anon/pen/XLmXeL # Considing the following: `grid-template-columns: repeat(auto-fill, minmax(px, %));` for example: `grid-template-columns: repeat(auto-fill, minmax(400px, 25%));` # Expected behaviour: Items are at least `Xpx` (eg `400px`), but at...
The radius of borders is styled in an inconsistent fashion ### Expected Behavior There is one consistent way to set the border-radius. There is one place in the theme to...
hi there, I had a rather unusual usecase where I had to use the font-picker *outside* of the document and then dynamically repositioning it (moving the dom element). This ment,...
# Setup / Replicate Have a component with deep propTypes: ``` static propTypes = { str1: PropTypes.string.isRequired, // Shallow str2: PropTypes.string.isRequired, // Shallow test: PropTypes.shape({ str3: PropTypes.string.isRequired, // Deep str4:...
colors-show.now.sh gives me 503 503: SERVICE_UNAVAILABLE Code: V1_NO_SCALED_DEPLOYMENTS ID: sfo1:kpjn2-1561352117255-98fb8cbd003c 
When multiple onMouseEnter/onMouseExit events are fired (e.g., from original target + a child element) and you have a entry and/or exit delay an active timeout will be overwritten by the...