https://github.com/work-design/work-design.github.io
Work Design Home page host
https://github.com/work-design/work-design.github.io
Last synced: 8 months ago
JSON representation
Work Design Home page host
- Host: GitHub
- URL: https://github.com/work-design/work-design.github.io
- Owner: work-design
- Created: 2015-09-01T09:39:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:37:55.000Z (over 3 years ago)
- Last Synced: 2025-03-15T16:01:43.107Z (over 1 year ago)
- Language: HTML
- Homepage: https://work.design
- Size: 4.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Common UI
#### 说明
- 基于 [Semantic-UI](https://github.com/Semantic-Org/Semantic-UI) 改造;
#### 浏览器支持详细
| 功能 | 支持情况 | 涉及组件 |
|---|---|---|
| flex | IE 10 | items, side |
### 使用方法
- 安装less: `npm install -g less`, less命令为`lessc`
### 生成
* `yarn run semantic_css`
### 本地开发
- `bundle install`
- `jekyll s`
### 优化改造
- 不让语义话标签影响样式
#### 参考文档
[flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes)