Zyc

Results 6 issues of Zyc

# 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...

enhancement
v3-attention

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:...

enhancement
help wanted

colors-show.now.sh gives me 503 503: SERVICE_UNAVAILABLE Code: V1_NO_SCALED_DEPLOYMENTS ID: sfo1:kpjn2-1561352117255-98fb8cbd003c ![demonotworking](https://user-images.githubusercontent.com/4939546/59992799-e43a6500-9690-11e9-8a2a-f7c51ca8ab06.png)

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...