Procházet zdrojové kódy

missing semicolons

Chris Simpkins před 10 roky
rodič
revize
94b9c1b58b
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      css/hack.css

+ 4 - 4
css/hack.css

@@ -4,7 +4,7 @@
     src: url('../fonts/hack-bold-webfont.eot?v=2.019');
     src: url('../fonts/hack-bold-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-bold-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-bold-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-bold-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -18,7 +18,7 @@
     src: url('../fonts/hack-bolditalic-webfont.eot?v=2.019');
     src: url('../fonts/hack-bolditalic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-bolditalic-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-bolditalic-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-bolditalic-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -32,7 +32,7 @@
     src: url('../fonts/hack-regular-webfont.eot?v=2.019');
     src: url('../fonts/hack-regular-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-regular-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-regular-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-regular-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;
 
@@ -46,7 +46,7 @@
     src: url('../fonts/hack-italic-webfont.eot?v=2.019');
     src: url('../fonts/hack-italic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),
          url('../fonts/hack-italic-webfont.woff2?v=2.019') format('woff2'),
-         url('../fonts/hack-italic-webfont.woff?v=2.019') format('woff')
+         url('../fonts/hack-italic-webfont.woff?v=2.019') format('woff');
     font-weight: normal;
     font-style: normal;