]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Wrap exported html in the export function 6230/head
authorDom Talbot <domjtalbot@users.noreply.github.com>
Tue, 27 Jan 2015 19:43:02 +0000 (19:43 +0000)
committerDom Talbot <domjtalbot@users.noreply.github.com>
Tue, 27 Jan 2015 19:43:02 +0000 (19:43 +0000)
commit99353e9cf3c0e18192b758d2847645b4ffe9c364
tree5f9aef57546eefdcc4f9f8424ec3871723622ea1
parentd841764ee3af6660ca27e158243b427fa4765c7f
Wrap exported html in the export function

I found when multiple components referenced the _visibility.scss it was pulled into the html multiple times.
Wrapping '@if $include-html-visibility-classes{}'  with the exports mixin, stopped this problem.
scss/foundation/components/_visibility.scss