양현석
양현석
I use storybook, but want to provide different `tsconfig.json` to storybook. So- I add this options to `/.storybook/webpack.config.js` ```javascript storybookBaseConfig.module.rules.push({ test: /\.tsx?$/, loader: 'awesome-typescript-loader', include: resolvePath('src'), exclude: /node_modules/, options: {...
in custom icon, fontello's config.js file contains codes like ``` "src": "custom_icons", "svg": { "path": "M0 860L1000 860 1000 915 0 915 0 860ZM0 468L1000 468 1000 523 0 523...
1. ``` type Test = Map const test: Test = Immutable.Map({...}) const { a, b, c } = test ``` `property 'a'. Property not found on Map.` 2. ``` type...
외국 인디게임 번역을 하고 있습니다. 그 중에 조사처리가 필요해서 찾다가 여기를 발견했어요. 게임 개발자분이, 코드도 간단하고 좋은데 라이센스 표시가 없어서 가져다 쓰기를 망설이고 계시네요. 그래서 라이센스를 명시해주셨으면 합니다. 부탁드립니다 :)
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...
``` css .test { color: color(hsl(210, 10%, 85%) blend(hsl(330, 50%, 70%) 50%)); } ``` Error message says: Unable to parse color from string "hsl(330," can get the bug here too:...
Todos
- [x] Make demo web with github page - [x] apply sub-text styles - [ ] Improve SVG rendering - [ ] Test other examples - [x] Zoom and Pan...
I am using react-tabs with dynamic add/removing. while i remove all tabs, and re-add some tab, I need to re-focus on tabs. I think we can make focus on the...