This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edge & Chrome form control collaboration | |
input要素などの刷新 | |
<meter>のグラデーションは1990sのままらしい | |
chrome://flags/#form-controls-refresh | |
windowsのHigh contrast mode | |
@media(forced-colors: active) | |
forced-color-adjust: auto | none | |
Edgeチームがform controlsの改善のために36のaccessibilityに関してのcommitをchromiumに入れた | |
Stylability |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yarn init -y | |
yarn add -D typescript prettier eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-prettier | |
curl -slw "\n" https://www.gitignore.io/api/node,macos,windows,linux >> .gitignore | |
tsc --init |
OlderNewer