-
- https://betterwebtype.com/articles/2019/05/14/the-state-of-fluid-web-typography/
- https://developer.mozilla.org/en-US/docs/Web/CSS/calc#Accessibility_concerns
- https://codepen.io/Schweineprieste…
-
不需要用 media query, 只需下面一句话就可以实现rem自适应方案:
html {
font-size: calc(20 / 375 * 100vw);
}
这里的375 和 20 指的是 , 在 iphone6 的设计稿上,1rem=20px(@2x图)
-
Thanks for this. It sorts out a major headache. However, although it gets all my sessions, it generates a file export.txt. It appears to be searching for the file in location e.g. "/training/analysis/…
-
So, I have a working persistent music player on a project I am working on, thanks to this article:
https://upmostly.com/tutorials/how-to-use-the-usecontext-hook-in-react?unapproved=15591&moderation…
-
## Update[Typography page]: Expressive and productive token naming
After a conversation with @vpicone we decided to restructure the typography guidance and token naming architecture to make our…
-
Really nice work on using multiple images for separate layouts Shealav,
also really great use of fluid typography and responsive web design made possible with REM
[Implementing REM in CSS (or, How t…
-
Continuing from #2668.
Sketch file does not represent UI as symbols. Symbols in Sketch are like components in React.
Imagine if controls in Blueprint were developed as functions in one monol…
-
## Description
`v0.23` of Sharp ([changelog](http://sharp.pixelplumbing.com/en/stable/changelog/#v0230-29th-july-2019)) removed the deprecated `overlayWith` which is still in the gatsby-plugi…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
I'm trying to write unit test case using jest and enzyme. but when i'm importing a component then i'm facing a issue. I'm writing test case for following component:-
```jsx
import React, { PureCo…