This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-26 12:10:06 +08:00
Code
Issues
Actions
23
Packages
Projects
Releases
Wiki
Activity
75d4fdb3f1
ant-design
/
components
/
steps
/
style
/
index.tsx
5 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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
import
'../../style/index.less'
;
import
'./index.less'
;
feat: steps percent (#25839) * feat: Steps with progress * test: update snapshot * fix: lint * Update package.json Co-authored-by: 偏右 <afc163@gmail.com> * refactor: remove progressIcon && rename percentage to percent * test: snapshot * fix: icon position offset * fix: position offset * fix: icon position offset * docs * fix: small line offset Co-authored-by: 偏右 <afc163@gmail.com>
2020-07-27 21:40:36 +08:00
import
'../../progress/style'
;
Reference in New Issue
Copy Permalink