Questions tagged [libsass]

Libsass is a SASS pre-processing language for CSS compiled in C instead of Ruby. It allows you to write cleaner style-sheets and makes collaboration on your CSS a breeze. Libsass is know faster, but its development is a bit delayed.

Sass is a pre-processing language for CSS. It allows you to write cleaner style-sheets and makes collaboration on your CSS a breeze.

131 questions
0
votes
1 answer

Grunt -- renamed root directory on disk, now get no compilation to CSS

I just had a Grunt setup on my Win8 machine running a ['sass', 'autoprefixer', 'connect', 'watch'] task to live refresh and design in browser with no issues. The processes were watching my folders for change, compiling from SCSS to CSS, refreshing…
0
votes
1 answer

lib-sass breaking harp on heroku

Interesting problem, Using harp to build a simple app, then deploying it to Heroku, which is proving to be an issue. The last deploy worked flawlessly using the Harp buildpack, But now it's breaking on deploy. Nothing has changed that should be…
pj100
  • 402
  • 3
  • 13
0
votes
1 answer

SUSY - using fractions for the gutter

When I setup my grid with a map in susy $susy: ( columns: 12, gutters: 1/4, math: fluid, output: float, gutter-position: inside, ); It does not like the gutter as a fraction and I have had to change this to a decimal. No big deal but why…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
0
votes
0 answers

Brunch.io and Compass , bad font-face generadted by libsass

Well, I'm using Brunch.io to replace the traditionnal Grunt.js. To perfom the build very fast, I've set on my brunch-config.coffee file, the "native" mode, and I've downloaded all the compass mixins plugins: sass: mode: 'native' I've…
larry
  • 21
  • 4
0
votes
1 answer

Installing Foundation-Icon-Fonts via Bower in --libsass environment

I'm using Foundation 5 - foundation-libsass-template. Using bower I've added foundation-icons with the following command "bower install foundation-icons --save". This command downloads the foundation-icon package and saves it to the bower_components…
Chris J Allen
  • 18,970
  • 20
  • 76
  • 114
0
votes
1 answer

Use Compass mixins in Brunch

I`m trying to use the Compass-mixins plugin from git and compile with Brunch. Problem is I cant use the mixins inside my main.scss. I have to import the the compass.scss for example but that makes compile time more than 2000ms, compared to 100ms.…
Dobromir Hristov
  • 1,221
  • 10
  • 16
0
votes
1 answer

how to install grunt-sass to work with libsass

I'm trying to install grunt-sass but I'm having problems in the process. I'm following the grunt-sass documentation and the node-gyp documentation, but still not working. I attach a screenshot with the errors. Somebody knows what I'm doing wrong?
PaRoJa
  • 303
  • 3
  • 13
0
votes
2 answers

Can't get grunt-sass to build, outputs empty files

So I have a grunt script which worked fine: module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), sass: { dev: { options: { sourceMap:…
user1003572
  • 151
  • 1
  • 1
  • 4
-1
votes
1 answer

Foundation Libsass workflow

I'm new to Sass and I'm having some trouble with workflow. For instance, I've tried to position nav section a little bit lower. I managed that by creating new _style.scss and importing it in app.scss. This is the code from new file: //*…
Borchy37
  • 9
  • 1
-1
votes
1 answer

What is a grid solution for fixed gutters and fluid columns (and uses margins)?

Can this be done? I've looked into susy, jeet, singularity etc. I'm using latest version of libsass. I might have a few more options if I switched to Ruby. I love susy, but for my next project I need fixed gutters (set them in px). Suggestions…
-3
votes
1 answer

using Sass with Meteor (understanding the caveats)

I am new to both Meteor and Sass. I apologize if this is a question with an obvious answer. Looking at the basics of sass. I see some cool features, such as extending classes and using partials. But I am curious as to how to integrate these…
Luke
  • 5,567
  • 4
  • 37
  • 66
1 2 3
8
9