Results for: app.scss
Hi, Since I have a few problems with using foundation 5, I would like to ask for support. Hope you have some time to answer my questions... 1. I don't understand using _settings.scss I am missing a lot of variables, for example there are no typ... (continued)
I can't get to understand this. I have the usual app.scss file, in which I'm importing other scss as advised: @import "foundation/_settings"; @import "foundation"; //custom styles @import "theme/colors"; @import "base/base"; @import "base/fonts"... (continued)
Hi all, I'm new to Foundation and SASS and need help to use variables in app.scss to modify my stylesheets. To try to isolate where I'm going wrong I've created a fresh Foundation project using CodeKit v2.0.3. I've used Foundation with Compass opti... (continued)
Hi all, Short(ish) backstory… I've tried for literally days to get a SASS Foundation project established and cannot get it to work. I've found the process to be exasperating with the amount of conflicting information on the web (generally due to ver... (continued)
Hi, added the following to the bottom of my app.scss file: h1 { font-family: "Myriad Pro", Helvetica, sans-serif; font-weight: bold; font-style: italic; font-stretch: condensed; } The h1 font does change to Myriad Pro and italic but does n... (continued)
Total newbie question for Foundation folks. The end game is to understand the rules for editing app.scss & settings.scss. Background - I'm using Codekit so I don't need to worry about compiling my CSS. I'm also new to Foundation and SCSS if that help... (continued)
There seem to be mixed opinions about where on should put custom styles: Some say put them in app.scss: http://foundation.zurb.com/forum/posts/967-changes-to-settingsscss-in-zurb-5 https://www.jamesstone.com/blog/the-five-secrets-o... (continued)
I would like to optimize a Foundation5 project by including critical path css in my templates. I am using the recommended sass installation, and modify app.scss to import on the components a project needs. My question is how to take this one step further ... (continued)
I used Yeti to setup Foundation 6. app.scss is working with gulp to compile app.css. However, if I comment out @import 'foundation'; and try to use only a few of the other imports in app.css then they don't work. Gulp gets upset that it can't find foun... (continued)
Greetings, The docs seem a bit out of date. In looking at the app.scss file, there are 3 @imports (settings, foundation, motion-ui) followed by a bunch of @includes for specific components. I'm assuming I should comment out @includes for components I d... (continued)
Hello, this is Paolo from Italy perhaps this is an already discussed subject, so I beg your pardon in advance I'd like to know if there is a way to use Foundation components without generate all the Foundation's default css classes. I know that you... (continued)
I'm setting up my first Foundation 6 project and I'm getting css syntax errors on _settings.scss and app.scss. I'm getting css syntax errors on _settings.scss and app.scss (see below). When I comment out the error and run again, additional ... (continued)
I'm using Foundation 5 and have had no problems with changes to the app.scss and _settings.scss files, they were always detected by compass watch. It has worked fine for two years. For some reason this has stopped. It says "Compass is watching for c... (continued)
I've just installed Foundation 6 with Sass with the CLI. I've noticed that the foundation watch command is only converting app.scss to a css file and any other .scss files in the scss folder it ignores. So far the only way I've been able to get a separate... (continued)
I set up a basic foundation template for sites using the Manual Setup as explained by these instructions. In my project's scss directory I have two files: app.scss, _settings.scss In the app.scss file my @import 'foundation' and @import 'moti... (continued)
I'm new to Foundation. For the Basic template, I'd like to verify one of the steps for enabling flexbox support in Zurb Foundation 6.2.4. Should the line "@include foundation-float-classes;" in the app.scss file be commented out (like the line "@include f... (continued)
Hello, I am trying out building-blocks. And I like the idea, but I have run into a problem where the SCSS is not being imported. I have installed the test block using: foundation blocks install sticky-shrinknav All the files (html, scss and js) have be... (continued)