Questions tagged [scout-sass]

Scout is a cross-platform app that runs Sass and Compass in a self-contained Ruby environment

Scout runs Sass and Compass in a self-contained Ruby environment.

The behind Scout is to let you effortlessly manage all of your Sass projects with a handful of clicks, without having to worry about your Ruby setup or dealing with technical issues.


Resources :


Related tags :

17 questions
5
votes
1 answer

Set a custom images path in Scout

I'm using the Scout app on Windows 7 to easily work with SASS/Compass. I'm having some incredibly annoying experiences trying to customize the images path that Scout should use. The Scount configuration UI actually offers a field to set my images…
Fer
  • 4,116
  • 16
  • 59
  • 102
2
votes
2 answers

SASS/Compass inconsistent in writing RGBA values in output stylesheet

I'm on Windows 7 making use of the Scout app for convenient SASS/Compass compilation without the hassle of configuring it all: http://mhs.github.com/scout-app/ I've set it up to monitor my scss folder and to output main.css to my css folder, and it…
Fer
  • 4,116
  • 16
  • 59
  • 102
1
vote
0 answers

SASS Scout app File to import not found or unreadable

I successfully installed sass and started work on it everything was ok an then this happened File to import not found or unreadable: layout/_blog.scss Parent style sheet: main.scss 29: @import 'layout/_footer.scss'; 30: @import…
1
vote
1 answer

Sass and Compass weird css errors after install

I installed compass and I can't compile to css properly. I have no idea what's causing it. Even thou stackoverflow is asking me to write more. Installed scout. Created simple css and html file. Tried to compile css file. Got error. Could not find…
user2030157
  • 15
  • 1
  • 3
1
vote
1 answer

Compass / scout import

I just started with compass with scout for the GUI. I'm trying to follow along with a demo and am a bit confused about @import. When I do @import "compass" everything compiles fine. However when I try to import @import "scss/normalize" which…
Anthony
  • 2,330
  • 8
  • 44
  • 64
1
vote
2 answers

Theming Sencha project using ScoutApp

I am trying for the first time to theming my sencha project by using Scout/Compass GUI because i am not familiar with ruby and the command line. I have installed Scout then i have created a new scss file form copynig the defalut one and renaming it…
holy
  • 632
  • 2
  • 9
  • 18
0
votes
1 answer

Sass + scout variable with em gives 0em

I try to create a variable to content padding of my web site. $petitPaddingMargin: 0.625em; /* 10/16 */ When I use for exemple : main{ padding:$petitPaddingMargin; } it render : main{ padding:0em; } I use scout app for compile my scss…
Myriam Lefebvre
  • 113
  • 1
  • 12
0
votes
0 answers

Why is Scout trying to alter files in non-specified directory?

I've used Scout before but haven't run into this problem... when I save a change to an scss file (the scss directory is specified as the "input" folder) which should then rewrite my styles.css file (in the specified "output" folder), I am given an…
user5415090
0
votes
1 answer

flexbox mixin not existing in a sass/compass installation via SCOUT

Maybe anybody has a hint for me and helps me saving time going through a jungle. I installed the sass/compass GUI "scout" (on mac) and now I want to use the compass mixin for my flexboxes. I can @import "compass/css3"; but the needed mixins are not…
Anton Harald
  • 817
  • 1
  • 6
  • 10
0
votes
2 answers

Issue with SCSS and SCOUT

I'm using SCOUT to compile my SCSS files to CSS. I have the following code: $header-background: #ddd; $header-font-size: 12px; .header { background-color: $header-background; font-size: $header-font-size; &__logo { border:…
Chaofix
  • 61
  • 1
  • 2
  • 7
0
votes
1 answer

Compass compiler Scout not compiling at all. Empty Log

Scout won't even start. I've tried a bunch of different configurations (set the path to Config file). But nothing works. It's strange, I know that the project works with Scout on my work computer but not at home. Any tips?
gardefjord
  • 41
  • 1
  • 4
0
votes
1 answer

Scout error when using MAMP with WP-foundation theme

This is my first question on SO so if I am not adhering to the guidelines correctly, please let me know. I am trying to work locally on a WordPress theme WP-foundation from Zurb. I have downloaded WP and installed it in the htdocs folder of MAMP and…
0
votes
1 answer

Is it possible to use Devtools' Sass support with Scout?

I'm using Scout as SASS compiler. I would like to know if there's a way to configure Scout to work with DevTools Sass support.(Auto reload css upon save). I assume installing Scout should install Compass and SASS in my machine. When I tried…
0
votes
1 answer

My sass not compiled when I tried it to compile from Sublime text 2?

I have installed Ruby and http://mhs.github.com/scout-app/ for compile sass file. in sublime text 2 I create a file and tried to write stylesheet. It's not working for me. as shown in this post http://screencasts.org/episodes/introduction-to-sass I…
user1814971
  • 167
  • 1
  • 2
  • 14
0
votes
1 answer

Does Scout have inbuilt mixins like Compass?

I'm doing some front-end work using Scout. I know Compass has some inbuilt mixins that we could import, such as: @import "compass/css3/font-face"; @include font-face( 'FontAwesome', font-files( "#{$fontAwesomePath}.woff", woff, …
Wordpressor
  • 7,173
  • 23
  • 69
  • 108
1
2