mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 16:50:27 +08:00
Use a CSS file compiled by Sass for development.
This is just a temporary measure so I can use the version of the CSS compiled by Sass while I'm working on this fork. It will be reverted once the work is finished.
This commit is contained in:
parent
13d5dd373c
commit
5bfe5041ab
6
.gitignore
vendored
6
.gitignore
vendored
@ -22,8 +22,10 @@ dist
|
||||
downloads
|
||||
eggs
|
||||
parts
|
||||
tmp
|
||||
tmp
|
||||
.sass-cache
|
||||
|
||||
src/website/settingslocal.py
|
||||
stunnel.log
|
||||
stunnel.log
|
||||
|
||||
font-awesome.sass.css
|
@ -21,7 +21,8 @@
|
||||
|
||||
<link rel="stylesheet" href="assets/css/site.css">
|
||||
<link rel="stylesheet" href="assets/css/prettify.css">
|
||||
<link rel="stylesheet" href="assets/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="assets/css/font-awesome.sass.css">
|
||||
<!-- <link rel="stylesheet" href="assets/css/font-awesome.css"> -->
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
|
||||
<![endif]-->
|
||||
|
Loading…
Reference in New Issue
Block a user