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
|
downloads
|
||||||
eggs
|
eggs
|
||||||
parts
|
parts
|
||||||
tmp
|
tmp
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
|
||||||
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