Commit Graph
380 Commits
Author SHA1 Message Date
Benjy Cui 869885686b docs: design demo to code 2016-04-28 12:09:57 +08:00
Benjy Cui 0d73af63fe site: add stub for complex-table 2016-04-28 12:09:57 +08:00
Benjy Cui 1bb76f4090 docs: design demo to code 2016-04-28 12:09:57 +08:00
afc163 0ca6a1c24a css modularize (#1448)
* css modularize

* Add alert style

* Move more component style

* Move iconfont to common style

* Move layout style

* Move more component style

* Move all components

* Fix lots of mixin deps

* remove css-prefix from less

* fix a button icon style bug

* restructure

* fix index

* add dist

* fix jest

* fix some components style

* clean webpack config

* check more components style

* update tabs

* update scripts

* update scripts

* fix form style

* fix more style

* Fix select width

* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163 cfcbc75190 Fix select demo 2016-04-27 18:07:48 +08:00
Benjy Cuiandafc163 055619a896 site: add not found page (#1518) 2016-04-27 10:56:17 +08:00
afc163 7a064f543e fix markdown style 2016-04-26 18:21:35 +08:00
afc163 2effeac604 fix markdown style 2016-04-26 16:14:07 +08:00
afc163 52d5026229 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-04-26 14:54:54 +08:00
Leon Shiandafc163 baac12d1c4 fix lint (#1513)
* fix lint `prefer-stateless-function`

* fix lint `arrow-body-style`
2016-04-26 14:09:19 +08:00
afc163 5253cf9d66 add blank 2016-04-26 11:28:12 +08:00
afc163 49f0833674 update highlight code style 2016-04-23 16:09:22 +08:00
Benjy Cui 4d64a16b48 site: replace highlight.js with Prism.js 2016-04-22 10:56:12 +08:00
Benjy Cui 8f7c8fb9c0 site: improve performance 2016-04-19 17:06:15 +08:00
afc163 37b33dc0a8 update home style 2016-04-18 18:56:25 +08:00
afc163 4e292a89cf Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-04-18 16:59:42 +08:00
afc163 44cbba08ca Improve changelog page style 2016-04-18 16:59:04 +08:00
Benjy Cui 3e05ca4877 site: fix search box 2016-04-18 15:21:02 +08:00
afc163 8116e775ff upgrade devDeps and fix some eslint problems 2016-04-18 14:58:38 +08:00
afc163 91e690282d update site markdown style 2016-04-18 13:43:33 +08:00
Benjy Cui 431dffa116 chore: fix webpack config 2016-04-14 10:33:01 +08:00
Benjy Cui 047bfc2574 style: enable react/prefer-stateless-function 2016-04-13 17:38:53 +08:00
Benjy Cui 7340871aaf site: fix 2016-04-13 16:55:27 +08:00
Benjy Cui 2fc97f4ada site: refactor 2016-04-13 16:48:56 +08:00
Benjy Cui 24ade9178d site: fix highlight in index.md 2016-04-13 10:13:07 +08:00
afc163 5ad74ce330 update codepen using npmcdn
close #1338
2016-04-12 17:24:59 +08:00
afc163 26a6e30316 site style 2016-04-11 16:41:27 +08:00
jiangandafc163 22cc6165ac fix home animation (#1381) 2016-04-11 16:06:20 +08:00
afc163 3b1f95c346 Fix site style 2016-04-11 11:55:44 +08:00
Benjy Cui b685a31f96 site: update dependencies 2016-04-11 10:12:48 +08:00
afc163 299a30d4e7 fix layout demo style 2016-04-10 15:39:24 +08:00
Benjy Cui 71e4a6fb7d site: support import style respectivly 2016-04-08 15:29:04 +08:00
Benjy Cui 2728ea4fa1 site: to be compatibled with old browsers 2016-04-08 14:24:39 +08:00
Benjy Cui 421ee0ddf9 site: remove warnings 2016-04-07 15:36:55 +08:00
Benjy Cui b7ec49e060 site: update code to be compatible with new deps 2016-04-07 15:36:55 +08:00
Benjy Cui e76030e0c9 site: style should be placed in less files 2016-04-07 15:36:55 +08:00
Benjy Cui ed591cd7e4 site: refactor 2016-04-07 15:36:55 +08:00
afc163 2cda36a7c4 improve header site style 2016-04-07 15:29:54 +08:00
afc163 151a579294 fix site style 2016-04-06 12:23:41 +08:00
Benjy Cui fccc268fc0 site: remove useless code 2016-04-05 14:27:49 +08:00
Benjy Cui 202f01c292 site: meta.hidden should work 2016-04-05 14:19:58 +08:00
Benjy Cui ee4877a32c site: fix toc 2016-04-01 09:35:53 +08:00
Benjy Cui 794783d1c2 style: enable react/no-multi-comp 2016-03-31 17:46:35 +08:00
afc163 d75c0d0b24 Merge pull request #1307 from ant-design/docs-format
Update docs format
2016-03-31 15:48:38 +08:00
Benjy Cui 1b9a7b3dbe deps: remove useless dependencies 2016-03-31 15:47:48 +08:00
Benjy Cui 270d916324 site: should work with new docs format 2016-03-31 15:22:38 +08:00
afc163 8c5c458304 Fix es6 function 2016-03-30 22:51:30 +08:00
afc163 7d3ce97cc8 use rc-queue-anim in site 2016-03-30 19:14:09 +08:00
Bruce Mitchener fd71966d0a Update IconSet and Header for coding standard. 2016-03-30 16:42:57 +07:00
Benjy Cui 1fbfb67744 site: update code style 2016-03-30 16:16:18 +08:00