• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 14 years ago
  • Updated almost 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FireSass allows Firebug to display the original Sass filename and line number of Sass-generated CSS styles.

FireSass

FireSass is a Firebug extension that makes Firebug display the Sass filenames and line numbers of Sass-generated CSS styles rather than those of the generated CSS.

Screenshot

Usage

First, install FireSass. Second, enable Sass's :debug_info option. If you're using Sass with a Ruby web framework, depending on the version, you probably want to do:

config.sass.debug_info = true

for Rails 3.2, or for earlier versions of Rails

Sass::Plugin.options[:debug_info] = true

Add this to config/environment.rb in Rails, or config.ru in other Ruby frameworks.

If you're using Compass, instead do:

sass_options = {:debug_info => true}

Add this to config/compass.rb, or wherever else your Compass configuration file is.

If you're using Sass from the command line, just pass in the --debug-info flag. Finally, delete all the existing CSS files so that they'll be regenerated.

Compatibility

FireSass requires Sass 3.0 or later.

FireSass should work with all versions of Firefox after and including 3.0, and all FireBug versions 1.4 and 1.5. It might work with FireBug 1.6 (which is in development at time of writing), but that's not guaranteed.

FireSass currently requires the development version of Sass, available from GitHub.

More Repositories

1

perspective-el

Perspectives for Emacs.
Emacs Lisp
884
star
2

haml-mode

Emacs mode for Haml.
Emacs Lisp
145
star
3

sass-mode

Emacs mode for Sass
Emacs Lisp
89
star
4

jabl

Javascript Abstraction Language
Ruby
49
star
5

dynamicmatic

Dynamic StaticMatic pages with Sinatra.
Ruby
45
star
6

magithub

Magit + GitHub
Emacs Lisp
42
star
7

cohost-dedup

JavaScript
26
star
8

marmalade

Git mirror of http://code.google.com/p/marmalade/
JavaScript
24
star
9

dotfiles

nex3's configuration stuff
Emacs Lisp
22
star
10

nex3-s-blog-engine

My blog engine
Ruby
14
star
11

librmpd

librmpd is a simple yet powerful Music Player Daemon library written entirely in Ruby.
Ruby
14
star
12

rbnarcissus

A Ruby port of the Mozilla Javascript self-parser
Ruby
11
star
13

yard-pygments

Pygments-based syntax highlighting for YARD.
Ruby
9
star
14

jazz

Short, sweet, standalone Javascript.
C
8
star
15

project-el

An Emacs library for determining the bounds of the current project
Emacs Lisp
7
star
16

scrape

Website scraper for easy feed-making
Ruby
7
star
17

pygments

You probably want https://bitbucket.org/birkenfeld/pygments-main
Python
6
star
18

cohost-highlight

A syntax highlighter for cohost.org
HTML
6
star
19

pi

Fun with pi.
JavaScript
5
star
20

mdb

Python
4
star
21

rb-pygments

A Ruby wrapper for the Pygments syntax highlighter.
Ruby
3
star
22

furl-el

Automatically exported from code.google.com/p/furl-el
Emacs Lisp
3
star
23

pidgin-latex

A Github clone of the pidgin-latex project.
C
3
star
24

cohost-image-grid

TypeScript
2
star
25

cohost-letterboxd

TypeScript
2
star
26

markdown-mode

Clone of http://jblevins.org/projects/markdown-mode/
Emacs Lisp
2
star
27

Math-Homework

My abstract algebra homework
2
star
28

dep-import-when

Yet another cross-platform import DEP
Dart
1
star
29

cohost-backloggd

TypeScript
1
star
30

wtf-did-pa-do

Ruby
1
star
31

ipd-evolver

A cellular automaton running the iterated prisoner's dilemma
Java
1
star