ddcat1115
12819130ec
fix Table filter can't show after remove fixed setting. ( #7962 )
...
* fix Table filter can't show after remove fixed setting.
close #7909
* improve
2017-10-22 02:54:12 -05:00
afc163
8e09745def
Fix #7969
2017-10-22 15:23:34 +08:00
afc163
86da4a95ce
Fix lint
2017-10-21 20:06:12 +08:00
afc163
7286e6d0d0
Fix extra margin in sider Layout
...
which is a margin collaspe problem
close #7967
ref: https://stackoverflow.com/a/33132624/3040605
2017-10-21 15:12:56 +08:00
afc163
529f9fa933
use @heading-color again
2017-10-20 15:49:28 +08:00
afc163
ef443ad047
Merge branch 'master' into antd-3.0
2017-10-20 15:47:42 +08:00
syssam
f8b7aad53d
less variable @form-vertical-label-padding, @form-vertical-label-margin, @input-padding-horizontal-base, @input-padding-horizontal-sm, @input-padding-horizontal-lg ( #7886 ) ( #7919 )
2017-10-20 15:11:44 +08:00
afc163
3d6b142621
fix notification ci
2017-10-20 15:10:53 +08:00
Stephen Esser
88ed97b63d
doc: Fix spelling mistake in Select demo ( #7932 )
2017-10-20 14:54:57 +08:00
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
2017-10-20 14:54:38 +08:00
afc163
3bc8f1ce5a
Tweak form nested form style
2017-10-20 11:35:05 +08:00
vgeyi
d64ab68adb
Cascade add prefixCls for child Input ( #7945 )
2017-10-19 21:55:06 -05:00
Zhang Zhi
7bc6aad1fd
Update button code to make it more clearer ( #7929 )
...
* remove unnecessary default value of 'size' prop
* `clicked` should be a state
2017-10-19 21:52:06 -05:00
memoryza
cf397a27f0
update Breadcrumb readme ( #7947 )
...
* update Breadcrumb readme
* update english
2017-10-19 22:36:49 +08:00
afc163
a5aba1fc51
Tweak style
2017-10-19 20:58:16 +08:00
afc163
3bf9c8c4c5
fix tabs style
2017-10-19 20:33:22 +08:00
afc163
7ef4771ddf
update style
2017-10-19 16:38:12 +08:00
afc163
43bf7c5595
update dark menu color
2017-10-19 16:07:39 +08:00
afc163
7c8702ec61
Tweak popover arrow style
2017-10-19 16:00:24 +08:00
afc163
ca3835bf58
Tweak progress dot step style
2017-10-19 14:52:11 +08:00
afc163
b2e2a83662
rollback popconfirm padding
2017-10-19 11:45:56 +08:00
afc163
a68dd71cff
Tweak card background
2017-10-19 10:01:59 +08:00
ddcat1115
712637907d
fix #7930
2017-10-18 23:52:54 +08:00
afc163
4ab7c648ce
Fix upload loading
2017-10-18 21:30:48 +08:00
afc163
b51bc4a63a
update card demo
2017-10-18 21:20:11 +08:00
afc163
ca0504da35
Add size="large" Tabs
2017-10-18 21:17:18 +08:00
afc163
91ffaea060
fix tag radius
2017-10-18 21:01:09 +08:00
afc163
009ba523d7
update @layout-body-background
2017-10-18 20:59:48 +08:00
afc163
f33b1a279a
update style
2017-10-18 19:45:41 +08:00
afc163
f87a64316a
update style
2017-10-18 19:41:44 +08:00
afc163
90e82f1cff
Tweak timeline style
2017-10-18 17:42:00 +08:00
afc163
914fec9ac4
Tweak badge padding
2017-10-18 17:19:42 +08:00
偏右
ffffd0f4c5
Fix styles ( #7924 )
...
* update demo
* Fix styles
* fix snap
* Fix back-top ci
2017-10-18 17:16:14 +08:00
Benjy Cui
d0b08cd2ea
test: fix CI
2017-10-18 16:55:12 +08:00
afc163
a9073988ec
Merge branch 'master' into antd-3.0
2017-10-18 14:07:53 +08:00
Nekron
5017234381
doc: fix spelling mistakes in dropdown demo ( #7912 )
2017-10-17 11:20:33 -05:00
niko
70491fe4ad
fixed https://github.com/ant-design/ant-design/pull/7733 ( #7914 )
2017-10-18 00:05:10 +08:00
afc163
e7eb8693b6
Fix snap
2017-10-17 21:32:01 +08:00
afc163
c2e91d3b22
update some demo
2017-10-17 21:03:23 +08:00
afc163
ad4d5ce18a
Fix dragger background
2017-10-17 20:56:29 +08:00
afc163
0b5f770fec
fix card loading margin style
2017-10-17 17:01:26 +08:00
afc163
825e088d45
Fix switch text font size
2017-10-17 15:22:53 +08:00
afc163
f74252b9de
Fix input height in AutoComplete
2017-10-17 15:21:35 +08:00
afc163
43d8c6ad37
Fix input height in AutoComplete
2017-10-17 15:19:38 +08:00
afc163
c5ffc3b4f0
Fix upload and badge styles
2017-10-17 15:01:21 +08:00
afc163
274985d320
fix button margin inside
2017-10-17 15:01:21 +08:00
afc163
31132d1b5b
Tweak checkbox margin
2017-10-17 15:01:21 +08:00
afc163
5f37d9df24
doc: fix expandedRowRender type, close #7901
2017-10-17 15:01:21 +08:00
nikogu
f8f3e0f936
list update pagination margin top
2017-10-17 14:17:20 +08:00
Benjy Cui
7841386fcd
fix: should close panel when click presetted ranges, close : #7747
2017-10-17 13:57:39 +08:00
afc163
f26217b36f
Tweak checkbox margin
2017-10-17 11:06:25 +08:00
afc163
b80d705a2d
Add @timepicker-item-height
2017-10-16 21:52:15 +08:00
afc163
161f0800d3
fix ci
2017-10-16 21:38:14 +08:00
afc163
fda3f6ddcd
doc: fix expandedRowRender type, close #7901
2017-10-16 21:22:16 +08:00
afc163
dfb3b4136b
Fix snap
2017-10-16 21:15:53 +08:00
afc163
91a64d0567
Tweak styles
2017-10-16 21:12:49 +08:00
afc163
00bfa49031
Merge branch 'master' into antd-3.0
2017-10-16 20:45:25 +08:00
afc163
2a34866e83
update layout demo
2017-10-16 20:39:53 +08:00
afc163
9dfde961f3
Fix time-picker demo
2017-10-16 20:29:49 +08:00
afc163
19324e3360
update calendar demo
2017-10-16 20:12:21 +08:00
afc163
26e416c364
Tweak style
2017-10-16 19:56:04 +08:00
afc163
fe44e33689
Tweak tag styles
2017-10-16 16:13:35 +08:00
afc163
e2c4ad3ba7
More preseted colors of tag
2017-10-16 15:38:34 +08:00
afc163
14a58c9960
Tweak input addon background
2017-10-16 14:49:32 +08:00
Wei Zhu
e6b1ba6a28
Mock requests
2017-10-15 17:34:03 +08:00
afc163
11ff9e0d6a
Add snapshot for new locale
2017-10-14 14:49:44 +08:00
Mohamed Seada
fa315e9f6d
Add new locale (ar-EG: Arabic Egypt) #3 ( #7888 )
...
* Add new locale (ar-EG: Arabic Egypt)
* resolve snapshot testing problem
* Add new locale (ar-EG: Arabic Egypt) to docs
2017-10-14 14:30:54 +08:00
vgeyi
0a6475cb0d
Badge add scrollNumberPrefixCls ( #7882 )
...
* badge add scrollNumberPrefixCls
* badge add scrollNumberPrefixCls
2017-10-14 14:29:18 +08:00
Kiho · Cham
31d1ce91f7
feat: duration argument is optional ( #7874 )
2017-10-14 14:28:57 +08:00
niko
58089c7832
[WIP] List: update english docs ( #7880 )
...
List: update english docs
2017-10-12 22:40:49 -05:00
afc163
94c6c910ff
Merge branch 'master' into antd-3.0
2017-10-12 20:07:31 +08:00
afc163
9ddbad1088
Unify menu item height
2017-10-12 18:14:23 +08:00
niko
57d5038d1c
fixed: https://github.com/ant-design/ant-design/issues/4905#issuecomment-335710078 ( #7875 )
2017-10-12 05:09:37 -05:00
偏右
43362de756
Fix beforeUpload will stop uploading when return ( #7870 )
...
value is undefined
it should be same as rc-upload
2017-10-12 14:48:35 +08:00
niko
48847e14e0
fixed react-virtualized demo scroll position when other demo element has changed ( #7866 )
2017-10-12 14:09:38 +08:00
偏右
b77cc6392e
Improve upload status test case ( #7869 )
...
* Add some companies
* test: generate snapshot in upload onChange
* change action
* upgrade travis node version
* fix ci
2017-10-12 14:09:17 +08:00
Alexander Suevalov
35b2c5e58f
Adding missing optional Upload
property to LocaleProviderProps ( #7862 )
2017-10-11 07:13:39 -05:00
afc163
efe0f3480a
Merge branch 'master' into antd-3.0
2017-10-11 18:13:39 +08:00
afc163
3f54dbd3d2
document dropdown menu
2017-10-11 17:42:36 +08:00
afc163
1ef4cc277b
Fix select item padding
2017-10-11 16:56:52 +08:00
Benjy Cui
0bce5c83f9
deps: upgrade rc-notification to support react@16 ( #7844 )
2017-10-11 12:03:19 +08:00
偏右
9053192ae9
Fix component style ( #7848 )
...
* fix components style
* fix snapshot
* update travis node version
* change upload action in ci
2017-10-11 12:01:27 +08:00
afc163
b0381a6ce4
fix icons, ref #7854
2017-10-11 10:44:26 +08:00
afc163
b174331be4
Fix hasFeedback icon overlap
...
close #7854
2017-10-11 10:44:26 +08:00
afc163
43659752d2
Fix hasFeedback icon overlap
...
close #7854
2017-10-11 10:37:45 +08:00
niko
b4ed4e6d3f
Improve List Component
...
fixed: https://github.com/ant-design/ant-design/issues/4905#issuecomment-332442843
(#7853 )
2017-10-11 10:29:45 +08:00
afc163
278ae9b9c7
Fix upload ci
2017-10-11 10:18:02 +08:00
afc163
064afd9b85
fix upload ci
2017-10-11 09:54:13 +08:00
afc163
163366deeb
Merge branch 'master' into antd-3.0
2017-10-10 21:52:48 +08:00
偏右
2b7a60224b
Fix upload ci ( #7849 )
...
* Fix upload test case
* update delay time for uploading status
2017-10-10 21:48:21 +08:00
afc163
244a2fd2da
update locale-provider snap
2017-10-10 20:15:41 +08:00
afc163
fd7c90fb5a
update upload snap file
2017-10-10 20:02:35 +08:00
afc163
6aa4138c00
Fix test warning
2017-10-10 20:01:23 +08:00
afc163
8feaf83003
fix upload test
2017-10-10 19:54:52 +08:00
afc163
190bebd65f
Fix upload snapshot
2017-10-10 19:54:38 +08:00
afc163
5a5bb9c3a0
Fix upload snapshot
2017-10-10 19:54:05 +08:00
afc163
87ec78ce2e
Merge branch 'master' into antd-3.0
2017-10-10 17:11:26 +08:00
afc163
b437233467
Fix upload picture loading style
2017-10-10 16:23:25 +08:00
Benjy Cui
e5edb4ac0f
test: update snapshot
2017-10-10 16:06:49 +08:00
afc163
c3f1d0bba6
Add test case for upload
2017-10-10 15:59:13 +08:00
Wei Zhu
0d572c72a9
Add test for 9a5894c
...
9a5894c46e
2017-10-10 14:45:18 +08:00
afc163
d3b98d311a
Merge branch 'master' into antd-3.0
2017-10-10 14:09:03 +08:00
Wei Zhu
9f0091dcd3
Expose slick methods ( #7759 )
...
https://github.com/ant-design/ant-design/issues/7484
2017-10-10 13:41:04 +08:00
afc163
712451acf7
Fix codepen demo
2017-10-10 11:35:50 +08:00
Benjy Cui
91fc781b6c
chore: update docs and code style, ref: #7553#issuecomment-335009581
2017-10-10 10:04:03 +08:00
Wei Zhu
a3c3ec8070
Fix types and lint
2017-10-09 21:03:00 +08:00
Bastian Sieker
d4c75d43a1
Fix notification ArgsProps typing ( #7834 )
...
* Fix notification ArgsProps typing
close #7832
* Improve notification ArgsProps typing
see #7832
* Improve notification ArgsProps typing
see #7832
2017-10-09 19:58:30 +08:00
afc163
9a5894c46e
data should be call when beforeUpload promise resolved, close #7833
2017-10-09 19:41:52 +08:00
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
2017-10-09 19:18:04 +08:00
afc163
89c507c4ba
pink => magenta
2017-10-09 18:26:11 +08:00
afc163
934c4c0de1
finish whole color pallate
2017-10-09 18:24:12 +08:00
afc163
a1c17f3006
update colors
2017-10-09 16:17:30 +08:00
afc163
9c3c88d3cc
Fix focused cascader error style
2017-10-09 13:47:24 +08:00
afc163
73a4873e78
Fix focused cascader error style
2017-10-09 13:46:56 +08:00
afc163
b544e3aef8
update snapshot
2017-10-09 13:37:45 +08:00
afc163
4eb9d5ef56
Merge branch 'master' into antd-3.0
2017-10-09 13:33:59 +08:00
afc163
942ea41b02
update snapshot for new jest
2017-10-09 13:32:11 +08:00
afc163
475e4ff23d
upgrade eslint-config-airbnb
2017-10-09 13:27:35 +08:00
afc163
8c0875239e
update form demo
2017-10-09 11:13:03 +08:00
afc163
c9768e1099
tweak form item margin
2017-10-09 11:09:25 +08:00
ravirambles
8ccd02139c
update row to remove implicit any ( #7803 )
2017-10-08 22:14:31 +08:00
afc163
a4a0816e5a
code indent
2017-10-08 17:58:42 +08:00
afc163
cf788d7b4d
Fix TransferProps targetKeys inside Form decorator, close #7807
2017-10-08 15:25:13 +08:00
afc163
95c72958ca
Fix AutoCompelete layout, close #7800
2017-10-08 15:22:24 +08:00
afc163
054444f619
Merge branch 'master' into antd-3.0
2017-10-07 15:34:19 +08:00
afc163
31d0c3a49d
Fix @link-hover-decoration, close #7821 & #7531
2017-10-07 15:31:25 +08:00
Graeme Yeates
2e2acb5be9
Support customizing layout footer background ( #7818 )
2017-10-06 16:09:33 +08:00
Ffloriel
873c85cec8
Add missing disabled property ( #7805 )
...
- add missing disabled property on the switch documentation page
2017-10-06 16:09:19 +08:00
Remo Zumsteg
40b18343c7
Add missing forceRender to TabPaneProps ( #7801 )
2017-10-03 11:02:45 +08:00
OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
2017-10-03 11:02:35 +08:00
Ffloriel
6d4e531775
form typo ( #7794 )
...
- remove to from 'shouldn't to use' and 'shouldn't to call'
2017-10-01 19:37:37 +08:00
afc163
185b3b1e9a
Fix FormItem error with react-hot-loader, close #7775
2017-10-01 13:29:17 +08:00
afc163
7a8a1a8ee3
Merge branch 'master' into antd-3.0
2017-09-30 21:31:29 +08:00
afc163
76a972e062
Fix AutoComplete snapshot
2017-09-30 21:22:11 +08:00
afc163
76a30a7686
Fix props passing of AutoComplete, ref #7742
2017-09-30 21:17:49 +08:00
afc163
1a505e8fb0
Merge branch 'master' of github.com:ant-design/ant-design
2017-09-30 00:04:50 +08:00
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
2017-09-30 00:04:19 +08:00
afc163
819e55e968
update snap
2017-09-29 23:10:27 +08:00
niko
9dc4102cdd
fix: should trigger onChange before beforeUpload
2017-09-29 03:52:16 -05:00
afc163
25771bed77
Tweak radio style
2017-09-29 11:45:01 +08:00
Graeme Yeates
47e3cedf86
Minor fixes for select and form en docs ( #7769 )
...
* Fix headers on form validateFields [ci skip]
* Include default as an option for select sizes [ci skip]
2017-09-29 10:54:37 +08:00
nikogu
09addde73c
Merge branch 'master' into antd-3.0
2017-09-28 17:56:36 +08:00
ddcat1115
3b6dc3f3c4
revert wrong code removing fd40643c2d
2017-09-28 17:28:49 +08:00
ddcat1115
70ff604b81
swap unicode of menu-fold
and menu-unfold
2017-09-28 15:00:37 +08:00
Wei Zhu
9b68ce020c
docs: fix table
2017-09-28 14:26:01 +08:00
nikogu
901ceb2507
Merge branch 'master' into antd-3.0
2017-09-28 09:54:29 +08:00
偏右
2bced36f0c
New component styles ( #7731 )
...
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
2017-09-27 22:32:49 +08:00
afc163
b4bf7198e7
Card noHovering
=> hoverable
2017-09-27 21:57:55 +08:00
Amorites
e17c8e093e
Update index.zh-CN.md ( #7755 )
2017-09-27 21:15:05 +08:00
afc163
caec11c03a
Fix snapshot
2017-09-27 20:21:28 +08:00
afc163
a3c7d6611c
Merge branch 'master' into antd-3.0
2017-09-27 20:13:44 +08:00
afc163
ca255cc547
Tweak AutoComplete input line height
2017-09-27 20:13:01 +08:00
jayberg
4acadc47b5
Avoid circular reference with infinite children ( #7742 )
...
Because {element} is a child of <InputElement>, we get a circular reference when also adding "element.props" to <InputElement>, as <InputElement> will be cloned to <{element}> within InputElement.tsx. As a consequence, we get an infinitive circular loop of Element->Props->Children->Element->Props->Children->Element->Props->Children->…
React seems to detect and automatically fix this infinitive loop. But when using the smaller and faster Inferno as a replacement library of React, we get a "RangeError: Maximum call stack size exceeded".
This commit fixes this bug by not attaching {...element.props} to <InputElement>.
All tests did pass and I did not notice any changes in the behaviour of the AutoComplete component. But now, AutoComplete works also with Inferno and not only with React.
2017-09-27 20:09:04 +08:00
afc163
d7eca4e151
Fix table's filter dropdown style
2017-09-27 20:03:26 +08:00
nikogu
7899dcf299
update snapshots
2017-09-27 15:03:22 +08:00
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
2017-09-27 09:57:23 +08:00
delesseps
2730344ff7
Add maxLength attribute to Input ( #7744 )
2017-09-27 09:56:30 +08:00
afc163
7bfe6878dd
fix snapshot
2017-09-27 09:56:03 +08:00
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
...
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
2017-09-26 23:12:47 +08:00
afc163
4719309bd7
Merge branch 'master' into antd-3.0
2017-09-26 16:29:57 +08:00
niko
c64f46c217
List optimize ( #7736 )
...
* add split props
* add size props
* add footer & header props
2017-09-26 16:11:35 +08:00
778758944
4e726fdfd7
修复disabledTime interface定义错误 ( #7740 )
2017-09-26 16:11:28 +08:00
转二
73000a226b
Merge branch 'antd-3.0' of github.com:ant-design/ant-design into antd-3.0
2017-09-25 23:42:47 +08:00
转二
60feaebd54
docs: Update 's document.
2017-09-25 23:42:31 +08:00
afc163
8127d3b579
Fix Duplicated Animate
2017-09-25 23:12:16 +08:00
afc163
f9754c8a25
Merge branch 'master' into antd-3.0
2017-09-25 23:10:42 +08:00
afc163
9f017bc5ae
Fix mention error style
2017-09-25 22:53:11 +08:00
afc163
ccf507b603
update mention demos
2017-09-25 22:42:07 +08:00
afc163
420c2666a9
docs: add chinese description for dateRender
2017-09-25 22:16:30 +08:00
ChaXinyu
14e2a56b75
export components interface ( #7654 )
...
* export components interface
* export specific props
* fix formItem missed import
2017-09-25 22:14:49 +08:00
Henri Normak
36a54a8a8c
Expose renderDate function for DatePicker ( #7710 )
...
* Expose renderDate function for Calendar dates
* Use the original prop name
2017-09-25 22:10:26 +08:00
afc163
b7aee09758
Fix dropdown menu group title style
2017-09-25 21:35:56 +08:00
afc163
ca8ff1c27a
Fix column sorter icons style
2017-09-25 21:35:56 +08:00
afc163
f545e52ec5
Fix dropdown menu group title style
2017-09-25 21:28:00 +08:00
afc163
8026020dd4
Fix column sorter icons style
2017-09-25 21:24:43 +08:00
转二
42fc8bc2a5
Merge branch 'antd-3.0' of github.com:ant-design/ant-design into antd-3.0
2017-09-25 21:13:35 +08:00
转二
20dae8f33e
feat: Add option for component: 'mention'
2017-09-25 21:12:43 +08:00
afc163
2ebf70013b
Merge branch 'master' into antd-3.0
2017-09-25 20:03:40 +08:00
afc163
463a5db9ba
Fix transfer checkbox padding
2017-09-25 20:03:04 +08:00
thegatheringstorm
10f6907da4
Fix: Upload Use object destructuring instead of creating temporary references for onRemove. ( #7726 )
2017-09-25 18:15:36 +08:00
afc163
7cc386df52
Merge branch 'master' into antd-3.0
2017-09-25 17:01:02 +08:00
afc163
3118e2898e
Fix broken small pagination via #7634 's fix
2017-09-25 16:59:56 +08:00
niko
91b97d7b25
List virtualized ( #7692 )
...
* add virtualized & infinite demo
* change `children render` to `renderItem`
2017-09-25 15:24:16 +08:00
afc163
ca06211494
Fix small steps font size
2017-09-25 11:27:49 +08:00
afc163
306a5699a7
Better responsive Steps
2017-09-25 11:25:57 +08:00
afc163
7a7b18032c
use @screen-md
2017-09-25 11:18:26 +08:00
afc163
fd40643c2d
Remove unused code
2017-09-25 11:12:59 +08:00
afc163
3eb4937fd4
Remove unused code
2017-09-25 11:12:38 +08:00
afc163
6507aefd8e
Merge branch 'master' into antd-3.0
2017-09-25 10:54:49 +08:00
Zheeeng
d8c1bdb3ab
Fix: setting 'heigh: 100%' on Sider and the wrapped element can't take the desired effects ( #7716 )
2017-09-23 18:33:26 +08:00
afc163
89a6aa96ed
Tweak input placeholder color, close #7365
2017-09-23 18:21:33 +08:00
afc163
df1b1f5a47
Add @checkbox-size, close #7368
2017-09-23 18:18:47 +08:00
afc163
c9069dfdf6
Merge branch 'master' into antd-3.0
2017-09-23 16:50:14 +08:00
afc163
dd22bae0fc
Fix button loading style with icon, close #7709
2017-09-23 16:08:30 +08:00
afc163
f111855b8c
fix tslint
2017-09-23 15:21:11 +08:00
afc163
6ad3fe5200
fix rc-animate
2017-09-23 15:11:02 +08:00
Sanjay Kumar
1dc4e45bce
Bugfix: Handle defaultSearchChange when suggestions contain ‘Nav’ items ( #7701 )
2017-09-22 23:51:59 -05:00
afc163
8b1a4f80a9
Fix TreeSelect extra input text, close #7703
2017-09-23 12:11:17 +08:00
afc163
91bbcd6f2c
Fix broken anchor, close #7712
2017-09-23 12:06:23 +08:00
Aske Ertmann
27b8e39666
Make iconfont usable standalone ( #7713 )
...
Similar to motion.less, import all dependencies needed to generate iconfont.less by itself.
2017-09-23 12:01:21 +08:00