-
Updated
Jul 10, 2021
typography
Here are 679 public repositories matching this topic...
-
Updated
Jun 17, 2021
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
May 9, 2021 - HTML
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Aug 4, 2021 - JavaScript
Dark Mode support
Hi,
I never used your lib yet, but very interested to (as I was starting to do a similar thing).
One thing I noticed is that I don't see dark colors (eg: iOS Colors have light & dark values, which are different, same for grey, see https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/)
Is there any plan to handle that? Might be a bit breaking change for color
-
Updated
Jul 1, 2021 - Swift
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jul 31, 2021 - Swift
-
Updated
May 10, 2021 - CSS
-
Updated
Jul 1, 2021 - CSS
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS
.
Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.
-
Updated
Jul 17, 2021 - JavaScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Mar 24, 2021 - Python
-
Updated
May 10, 2021 - Handlebars
-
Updated
Jun 17, 2021 - SCSS
-
Updated
Aug 1, 2021
-
Updated
Jun 13, 2021 - CSS
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jul 15, 2021 - SCSS
-
Updated
Sep 1, 2017 - HTML
-
Updated
Dec 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the typography topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typography topic, visit your repo's landing page and select "manage topics."
I'm currently implementing a news list with an image in each item, and these images have 4:3 ratio in mobile devices and 16:9 ratio in desktop devices. Would it be possible or even make sense for the Aspect and AspectImage components to handle this kind of thing? I imagine an API like this:
Where each item in this array of ratios woul