Fixed import order

This commit is contained in:
Claudio Maradonna 2020-04-05 12:36:37 +02:00
parent f925ae4849
commit 28e425bab0
Signed by: claudiomaradonna
GPG key ID: 0CBA58694C5680D9
3 changed files with 77 additions and 77 deletions

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml"/><link href="https://www.unitoo.it/" rel="alternate" type="text/html"/><updated>2020-04-05T12:21:07+02:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml"/><link href="https://www.unitoo.it/" rel="alternate" type="text/html"/><updated>2020-04-05T12:35:03+02:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>

View file

@ -4,6 +4,13 @@
@charset "utf-8";
@import "vendor/fontawesome";
@import "vendor/fonts";
@import "vendor/bootstrap.min";
@import "vendor/animate";
@import "vendor/morphext";
@import "vendor/overhang";
// Font variables
$font-name: libretto-icons;
@ -56,10 +63,3 @@ $on-laptop: 800px;
"syntax-highlighting",
"font"
;
@import "vendor/fontawesome";
@import "vendor/fonts";
@import "vendor/bootstrap.min";
@import "vendor/animate";
@import "vendor/morphext";
@import "vendor/overhang";