Results for: Sass
I downloaded the source files from GitHub and copied out the SCSS folder for a site I am working on. When I compile the foundation.scss file it outputs only the following: /** * Foundation for Sites by ZURB * Version 6.2.3 * foundation.zurb.co... (continued)
Hi! I'm new to Foundation and Meteor, I have added an accordion to an application that I'm working on and I want to change the color of the accordion to something else and my understanding is that I need to do that with sass (the best way I think), how do... (continued)
I am simply wanting to access the button size map in Sass mixins for buttons. I have successfully been able to access everything for button styles except button-sizes. How do I tell me custom class to use button-size small? .reply-button { @include bu... (continued)
I need to compile scss to css to fix a website for a friend. When I try to use sass to compile I get the "File to import not found..." error message and line by line all the files @include cannot be found. The site as a whole was given to me in a zip and ... (continued)
I am new to zurb. i am trying to install foundation using CLI I used npm install --global foundation-cli it installed foundation cli. then i used foundation new But it says no arguments are called. I think it should siplay a menu as writte... (continued)
Hi everyone, after installing foundation for emails and setting up my html, now i feel insecure about how to start off with the styling of my email. Should i change the settings.scss according to my needs or should i create a new file overwriting everyth... (continued)
Question: How can I add the Incomplete row behavior ("end") into my scss? I am styling a group of images, using 3 images on a row, but on the medium breakpoint it goes down to 2 image on a row. I would like the third image on the medium breakpoint to ali... (continued)
Is there an example on how to use @include grid-column-end; I can't figure out how to use this thing Thanks,
As of yesterday using cmd (nodejs) typing either commands "npm start" or "foundation watch" have stopped working. The look like they are about to start... but dont go past about the first 4 lines of start up. I have tried to uninstall a... (continued)
Hi there, i can´t make a table, with the @include table($stripe: none) mixin, so it doesn´t have any grey stripe lines, i just want a clean white table. Some help please ! regards
I'm attempting to create a fairly straightforward responsive three-column layout using the Sass flex grid: a central 'main' content area with left and right sidebars. I've been able to achieve what I want fairly easily with the pre-compiled custom output ... (continued)
Hi! I'm using foundation 5 on a project which I am using with SASS (which I'm totally new to).I'd say I'm using Foundation in a crude way in as much as I downloaded the non-SASS version of F5 which gave me the grid and the vanilla basics.So - the grid I ... (continued)
For some reason F4E is adding inline styles of min-width: 600; width: 100%; to every <center> tag that I add to my email. Its getting the 600px from $global-width. This causes the layout to EXPLODE if you are using it in anytime the column is n... (continued)
Hi, I'm new to Stack. Can I compile Sass within Stack or do I have to use an external application like Prepros (my favorite!) next to Stack and Sublime text to compile to CSS? I mean does Stack has a compile feature built in? Can't find this in t... (continued)
I'm trying to have a grid column that removes the padding on certain screen sizes. <div class="my-column"></div> .my-column { @include grid-column(6); } The documentation states I can add a second variable to the grid-column m... (continued)
I'm having the following issue. I install meteor in my project using 'meteor create my-app' then, I install zurb's foundation in it using: 'meteor add zurb:foundation-sites' Zurb's installation occurs normally, en... (continued)
How does one do a fluid width row but with sass, utilising semantic grid .advert { @extend .expanded; @include grid-row(12,0); }
I understand that Foundation is supposed to be an advanced framework, but there are just way too many files for me to handle. I'm a bit new at working with SCSS files and etc. I'm trying to understand, but I've been searching for examples for several days... (continued)
Hi folks! I'm working on a simple webpage with a Ruby/Sinatra backend, and I'm having some trouble getting Foundation to work. I have installed the foundation-cli via npm, as well as foundation-sites and gulp. Unfortunately, I can't figure out where gul... (continued)
I have a project that I worked on which is running on Foundation for Sites 5.5.2. Back then I was on another computer which I installed Node, Bower and Compass. I'm still very new to CLI approach. On this machine I installed, Node, Bower and Grunt, then ... (continued)