]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _toolbar.scss 6184/head
authorembersdev <embersdev@icloud.com>
Sat, 10 Jan 2015 01:39:54 +0000 (20:39 -0500)
committerembersdev <embersdev@icloud.com>
Sat, 10 Jan 2015 01:39:54 +0000 (20:39 -0500)
Missing global import

scss/foundation/components/_toolbar.scss

index e39934dc21bd1fad922470d5e66365ddfd0456bd..0d98865403582174451f0d0179e1e6135207a4f5 100644 (file)
@@ -3,6 +3,8 @@
 // Licensed under MIT Open Source
 // toolbar styles
 
+@import "global";
+
 .toolbar {
        background: $oil;
        width: 100%;
@@ -67,4 +69,4 @@
                display: block;
                margin: 0 auto;
        }
-}
\ No newline at end of file
+}