Search results for: Sass Functions
Hi all, I'm using libsass and getting the following error when I make a change to the scss file ... Warning: bower_components/foundation/scss/foundation/functions:13: error: error reading values after $modules I've seen other posts on this but as... (continued)
Hello - I'm a bit of a newbie so excuse me if I'm being dumb in any way (there are no dumb questions, just dumb people!). I just upgraded from F4 to F5. I tried the upgrade process and it didn't work so I uninstalled the F4 gem and tried from scrat... (continued)
ANY CLUE TO THIS ERROR? its a new site / install... cant compile c:\WEBSITES\xxxxxxxxxx>grunt watch Running "watch" task Waiting...OK >> File "scss\_settings.scss" changed. Running "sass:dist" (sass) task Warning: bower_components/foundation/... (continued)
@include exports ("panel") <<< I am trying to figure out what this does exactly. I have edited one but don't want it living in the actual panels scss file. is there a way to change this or what does it do exactly?
Hey, I'm new with Foundation. I try to make theme for WordPress. In head I have jQuery (from WP function) and foundation.js and app.js in footer. And in app.js I have this error: "Uncaught TypeError: undefined is not a function". How to fix it?
I found questions similar to mine elsewhere, but didn't resolve my problem. I started a foundation project on a mac at work, and I'm trying to get it to work on my Windows machine at home. I installed git, ruby, node.js, compass, and foundation. ... (continued)
First let me assure you that I am a big fan of Foundation and I appreciate that this cool framework is made freely available by Zurb. Having said this, be warned: Rant ahead. I came to loathe Foundation Sass. All I want are two things: 1. A zip,... (continued)
Hi, Since I upgraded my sass to 3.4.2, under linux via gem, my foundation compilation is incomplete. No error message, but the css file result doesn't contain all components. I've read the changelog http://sass-lang.com/documentation/file.SASS_CHANGEL... (continued)
I have successfully setup my Sass environment, but was wondering about best practices when using custom css overides. Should the custom css be placed inside the app.scss file to be compiled when Compass is ran, or should a custom.css file be created for ... (continued)
Hi, I'm teaching myself Rails and using Foundation with it. I want to use SCSS, and so have included the compass-rails gem. I've renamed 'application.css' as 'application.scss', and so far all i've got in it is: @import 'foundation_and_overrid... (continued)
Hi, i use gulp-sass with the SASS-Version of Foundation (installed via bower). Is there an option to show an error message during the compile-process if a function does not exist? I use a settings file (imported before all foundation files) and insid... (continued)
Hi there, I´m a newbie in Foundation and Foundationpress. I installed Foundation and all required items (node, grunt, bower) and I used the quickstart instruction at https://github.com/olefredrik/foundationpress. But when I used to compile (I am using ... (continued)
Foundation 5 seems to have deleted all typography variables in the _settings.scss. If i copy them over (for example // We use these to style the hr element $hr-border-width: 1px; $hr-border-style: solid; $hr-border-color: #ddd; $hr-margin: rem-calc(20... (continued)
I'm running the Sass version of Foundation 5 and am running into an issue with the default media queries. Here's my app.scss:
I have followed this guide to install Foundation with the SCSS files. That because I want to be able to customize the variables. http://foundation.zurb.com/docs/sass.html Everything worked well, it downloaded the files in to the folder I specified. ... (continued)
I have performed the following steps at this page http://foundation.zurb.com/docs/sass.html multiple times. I cannot get the step "Using Foundation With Compass" to work at all. I open my command prompt in windows and type "foundation new template" ... (continued)
I am moving from a different framework with which compass, sass, sourcemaps and browser-sync all worked error free on Windows box. Based on the changelog of 1/21/15 at http://foundation.zurb.com/docs/changelog.html stating that F5.5.1 supports Sass 3.4... (continued)
Hello, I'm not running the latest Gulp tasks by the Foundation team, as I had my own. The build is still on Gulp 3, and I plan to rewrite / upgrade to 4 at some point. However, after updating to 6.3 (and updating paths - everything works), what stands o... (continued)
Hi there, I'm having a major problem since installing Foundation 6: app.scss gets compiled but my own Sass files are ignored. I've tried pretty much everything to no avail. I'm working on a WordPress site and have put style.scss in the scss folder. I'v... (continued)