From: Seung-Zin Nam Date: Wed, 28 Dec 2016 13:46:46 +0000 (+0100) Subject: Fix gulp warnings that strings must use single quotes X-Git-Tag: v6.3.1-rc1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8301116c7a5fc9b4ff0e39a3f6195a6b5e36b30f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix gulp warnings that strings must use single quotes --- diff --git a/scss/foundation.scss b/scss/foundation.scss index 5f221d4f6..6f7588f30 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -6,7 +6,7 @@ */ // Dependencies -@import "../_vendor/normalize-scss/sass/normalize"; +@import '../_vendor/normalize-scss/sass/normalize'; @import '../_vendor/sassy-lists/stylesheets/helpers/missing-dependencies'; @import '../_vendor/sassy-lists/stylesheets/helpers/true'; @import '../_vendor/sassy-lists/stylesheets/functions/purge'; @@ -17,7 +17,7 @@ // Settings // import your own `settings` here or // import and modify the default settings through -// @import "settings/settings"; +// @import 'settings/settings'; // Sass utilities @import 'util/util';