Optimize the static files

- Use webfont version of FontAwesome
- Use CDN for UIKit JS files
This commit is contained in:
Alex Ling
2021-02-10 16:24:34 +00:00
parent 31c6893bbb
commit 933617503e
10 changed files with 124 additions and 107 deletions

View File

@@ -1,3 +1,10 @@
// UIKit
@import "./uikit.less";
// FontAwesome
@import "../../node_modules/@fortawesome/fontawesome-free/less/fontawesome.less";
@import "../../node_modules/@fortawesome/fontawesome-free/less/solid.less";
// Item cards
.item .uk-card {
cursor: pointer;