Results for: extend
They seem to have many advantages, to write semantic SCSS, to result in smaller compiled CSS and so on ... Why have a default CSS compile several thousand lines long, if only a few classes are actually used ? With placeholder selectors, this kind o... (continued)
Hey there, Is it possible to include multiple grid column size mixins to support multiple device widths? For example, to keep my markup clean, I have this:
Is it safe to use scss placeholder @extend in F5? I want to use my customized @extend placeholders and I already made sure they are not conflicting with F5 default mixins, but before I keep going using them in F5, I'd like to know if it is safe to use.... (continued)
I'm wondering if it's possible to extend Foundation's javascript library? For example, I want to extend the alerts script so that I can specify alerts to close after a certain amount of time via a timeout.
New to Foundation. Looking for best practices for extending Foundation. If it's documented well please send me a link. Could not find in Docs. I know that it's a best practice to not modify content downloaded so that my code is isolated from changes t... (continued)
Is there a way to make a "button" add "extend" or act like that when it goes mobile? Right now my buttons just look like staggered bricks but I'd rather see them stretch out on their own rows when mobile.
Hi, after moving from Foundation5 to Foundation6 with our new project we really enjoyed working with it. Now we're actually right before going to production and have noticed problems with compiling our sass in --production mode. The Gulp process works ... (continued)
Isn't this approach very bad that could compiled a very bloated css if any class has a nested .column defined in it? You probably want to update to placeholder instead or just use mixin.