mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-30 23:18:24 +08:00
Split variables from main font awesome file
This commit is contained in:
parent
13d5dd373c
commit
6c508700bd
5
less/font-awesome.less
vendored
5
less/font-awesome.less
vendored
@ -20,10 +20,7 @@
|
||||
* Twitter: http://twitter.com/fortaweso_me
|
||||
* Work: Lead Product Designer @ http://kyruus.com
|
||||
*/
|
||||
|
||||
@FontAwesomePath: "../font";
|
||||
@borderColor: #eee;
|
||||
@iconMuted: #eee;
|
||||
@import "variables.less";
|
||||
.border-radius(@radius) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
|
||||
|
||||
@font-face {
|
||||
|
3
less/variables.less
Normal file
3
less/variables.less
Normal file
@ -0,0 +1,3 @@
|
||||
@FontAwesomePath: "../font";
|
||||
@borderColor: #eee;
|
||||
@iconMuted: #eee;
|
Loading…
x
Reference in New Issue
Block a user