HeskeyBaozi
ff44129e6e
remove less vars @icon-url
6 years ago
Arnaud Benhamdine
c2e2f028e6
Fix typo, improve wording
6 years ago
Arnaud Benhamdine
8633bb4f60
Remove trailing comma in code example
6 years ago
Arnaud Benhamdine
a8dce2c6cc
Improve wording
6 years ago
Arnaud Benhamdine
4e642e6830
Move comment out of code
6 years ago
Arnaud Benhamdine
43d623ca56
Add postcss solution, improve wording
6 years ago
Arnaud Benhamdine
10c866d10c
Explain how to prevent global styles pollution
Add explantion in docs (customize theme) to how to prevent global styles pollution by configuring webpabk.
Based on https://github.com/ant-design/ant-design/issues/4331#issuecomment-391066131
6 years ago
afc163
b84d515969
site: add promote badge
6 years ago
carrie-tanminyi
ac5742baaa
Update icon.zh-CN.md ( #11940 )
6 years ago
carrie-tanminyi
b6440088be
Update work-with-us.zh-CN.md ( #11928 )
* Update work-with-us.zh-CN.md
* Update work-with-us.zh-CN.md
6 years ago
carrie-tanminyi
7b36731051
Update colors.zh-CN.md ( #11925 )
6 years ago
afc163
590af0cdf2
fix link 404
6 years ago
Jean-Luc Sorak
47b11cfa1f
Update customize-theme.en-US.md ( #11911 )
6 years ago
HeskeyBaozi
96b38dd3ec
use svg icon in introduce
6 years ago
afc163
eecc5b0f9c
tweak doc bugs
6 years ago
afc163
c2f7257c3f
fix typo
6 years ago
afc163
6bb8d26a3b
fix typo
6 years ago
afc163
53dd82e4e3
docs: add major less variables instruction
6 years ago
afc163
6fd5e95cec
docs: renew <Customize Theme> documentation
6 years ago
afc163
5f5417c169
doc: tweak use-with-create-react-app doc
6 years ago
Lyndon001
3ba45845ad
Update values.zh-CN.md
6 years ago
Wei Zhu
36fc837f02
site: remove insecure img urls
6 years ago
afc163
f78a78e03b
docs: instruction about antd/es/button
6 years ago
afc163
1cea1793e8
update font.zh-CN.md
6 years ago
Thibault Derousseaux
43abea3212
Use tabular-nums font variant instead of switching to Tahoma for figures
Using a completely different font for figures leads to inconsistencies: https://github.com/ant-design/ant-design/issues/9422 .
Most modern font systems defaults to [tabular figures](https://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures ).
One exception to this is Apple's San Francisco which defaults to [proportional figures](http://martiancraft.com/blog/2015/10/san-francisco-part-2/#special-features-numerals ).
There is, however, an official and clean way to switch to tabular figures. It's the [`font-variant` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric ) that can be set to `tabular-nums`.
This commit removes the "Monospaced Number" font altogether and use `font-variant: tabular-nums` instead where it was used.
It also moves closer to the sans-serif and monospace [system font stacks used by GitHub](http://markdotto.com/2018/02/07/github-system-fonts/ ).
6 years ago
afc163
1aa368d3e2
docs: Add zhihu article link
6 years ago
Jonathan Chen
fc7c64ce06
Docs: Fix spelling ( #11316 )
6 years ago
Lyndon001
a0f5044189
Update visual.md
6 years ago
Gao Jiangmiao
690804d310
Revert yarn command in use-in-typescript.md
6 years ago
Gao Jiangmiao
46add091ca
Fix typo in in use-in-typescript.md
6 years ago
英布
e47b82d22a
Update dva related links for English docs
Update dva related links for English docs
6 years ago
英布
9f1c8bc184
dva 相关外链更新到 dva 官网
理解 dva 的 [8 个概念]、查看 [dva 知识地图] 的链接都404了,顺便更新到 dva 官网去
6 years ago
Andre Perunicic
31c07d8372
Update customize-theme.zh-CN.md with link to antd-scss-theme-plugin article
This article describes how to install the use the `antd-scss-theme-plugin` for Webpack, and how doing so allows you to: 1) customize Ant Design's variables from an SCSS theme file, 2) use compiled Ant Design variables in other SCSS theme files in your project, and 3) enable hot-reloading of Ant Design styles.
6 years ago
Andre Perunicic
5980cf957a
Update customize-theme.en-US.md with link to antd-scss-theme-plugin article
This article describes how to install the use the `antd-scss-theme-plugin` for Webpack, and how doing so allows you to: 1) customize Ant Design's variables from an SCSS theme file, 2) use compiled Ant Design variables in other SCSS theme files in your project, and 3) enable hot-reloading of Ant Design styles.
6 years ago
偏右
ee1f450e04
Update use-with-create-react-app.en-US.md
6 years ago
agent-z
8c156afb39
Update use-with-create-react-app.zh-CN.md
6 years ago
Alberto Gimeno
4b5d54671a
Update App.tsx example to fix tslint errors
There were a few tslint errors and also the extension of the file name was `.js` instead of `.tsx`
7 years ago
Lyndon001
f44584845b
Update work-with-us.zh-CN.md
7 years ago
Lyndon001
f883a6f351
Update work-with-us.zh-CN.md
7 years ago
Wei Zhu
396f81dbab
Update cases.zh-CN.md
7 years ago
Wei Zhu
a4a3b5e12d
Update cases.en-US.md
7 years ago
wangshantao
cdc571b17e
图片描述与内容不符 ( #10755 )
7 years ago
Lyndon001
e13c1a678d
Update introduce.zh-CN.md
7 years ago
Wei Zhu
7149d1fdff
Add offline support ( #10738 )
* site: add offline support
* test update
* Revert "test update"
This reverts commit e1cb2fba80
.
* use reduce
7 years ago
Shun
6057821f39
Change order of loader option in docs ( #10627 )
7 years ago
afc163
6458280cb3
site: add alt to images
7 years ago
afc163
bdb4483ef5
site: add kitchen link in footer
7 years ago
afc163
bc8353729c
site: add kitchen homepage
7 years ago
tangjinzhou
4adf0b2571
docs: add vue-antd-ui link ( #10463 )
7 years ago
jiang
1b8030ec59
Update customize-theme.zh-CN.md
7 years ago