mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
move duplicated css code, close #6156
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
@import "./normalize.less";
|
||||
|
||||
// http://stackoverflow.com/a/13611748/3040605
|
||||
@font-face {
|
||||
font-family: "Helvetica Neue For Number";
|
||||
src: local("Helvetica Neue");
|
||||
unicode-range: U+30-39;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // remove tap highlight color for mobile safari
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
@import "../color/colors";
|
||||
|
||||
// http://stackoverflow.com/a/13611748/3040605
|
||||
@font-face {
|
||||
font-family: "Helvetica Neue For Number";
|
||||
src: local("Helvetica Neue");
|
||||
unicode-range: U+30-39;
|
||||
}
|
||||
|
||||
// The prefix to use on all css classes from ant.
|
||||
@ant-prefix : ant;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user