mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-14 01:00: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
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,3 +27,5 @@ tmp
|
|||||||
|
|
||||||
src/website/settingslocal.py
|
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/site.css">
|
||||||
<link rel="stylesheet" href="assets/css/prettify.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]>
|
<!--[if IE 7]>
|
||||||
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
|
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
Loading…
Reference in New Issue
Block a user