Sass-lang.com
#10

Sass - Syntactically Awesome Stylesheets

Variables. Use the same color all over the place? Need to do some math with height and width and text size? Sass supports variables as well as basic math ...

Link: sass-lang.com

  • File: SASS_REFERENCE

    sass-lang.com 04 May '13, 8am

    The second and older syntax, known as the indented syntax (or sometimes just “Sass”), provides a more concise way of writing CSS. It uses indentation rather than brackets to indicate nesting of selectors, and newlines rather than semicolons to separate properties. Some people find thi...

  • File: SASS_REFERENCE

    sass-lang.com 29 Apr '13, 12pm

    Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...

  • File: SASS_CHANGELOG

    sass-lang.com 23 Apr '13, 9am

    It is now possible to define a custom importer that can be used to find imports using different import semantics than the default filesystem importer that Sass provides. For instance, you can use this to generate imports on the fly, look them up from a database, or implement different...

  • File: SASS_REFERENCE

    sass-lang.com 09 Apr '13, 3am

    Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...

    Related:
    1. File: SASS_REFERENCE sass-lang.com 08 Apr '13, 9am
  • File: SASS_REFERENCE

    sass-lang.com 25 Apr '13, 1pm

    The second and older syntax, known as the indented syntax (or sometimes just “Sass”), provides a more concise way of writing CSS. It uses indentation rather than brackets to indicate nesting of selectors, and newlines rather than semicolons to separate properties. Some people find thi...

  • Module: Sass::Script::Functions

    sass-lang.com 21 Mar '13, 10am

    # File '/var/www/sass-pages/.sass/lib/sass/script/functions.rb', line 969 def mix(color1, color2, weight = Number.new(50)) assert_type color1, :Color assert_type color2, :Color assert_type weight, :Number Sass::Util.check_range("Weight", 0..100, weight, '%') # This algorithm factors i...

  • Module: Sass::Script::Functions

    sass-lang.com 05 Feb '13, 3pm

    # File '/var/www/sass-pages/.sass/lib/sass/script/functions.rb', line 969 def mix(color1, color2, weight = Number.new(50)) assert_type color1, :Color assert_type color2, :Color assert_type weight, :Number Sass::Util.check_range("Weight", 0..100, weight, '%') # This algorithm factors i...

  • File: SASS_REFERENCE

    sass-lang.com 02 Apr '13, 4pm

    The second and older syntax, known as the indented syntax (or sometimes just “Sass”), provides a more concise way of writing CSS. It uses indentation rather than brackets to indicate nesting of selectors, and newlines rather than semicolons to separate properties. Some people find thi...

Related

raphaeljs.com
Raphaël—JavaScript Library
phpdeveloper.org
PHPDeveloper: PHP News, Views and Community
lesscss.org
LESS « The Dynamic Stylesheet language
haml-lang.com
Haml
macromates.com
TextMate — The Missing Editor for Mac OS X
nodejs.org
node.js
git-scm.com
Git - Fast Version Control System
rack.rubyforge.org
Rack: a Ruby Webserver Interface
staticmatic.rubyforge.org
StaticMatic
ruby-lang.org
Ruby Programming Language
html5boilerplate.com
HTML5 Boilerplate - A rock-solid default template for HTML5 ...
xcss.antpaw.org
xCSS - OO CSS Framework
phonegap.com
PhoneGap | Home
dotlesscss.org
Less Css for .NET
compass-style.org
Compass Home | Compass Documentation
mongodb.org
MongoDB
nanoc.stoneship.org
nanoc: a Ruby site compiler that generates static HTML » home
nex-3.com
Nex3
rspec.info
RSpec.info: home
jquery.com
jQuery: The Write Less, Do More, JavaScript Library
sinatrarb.com
Sinatra
lithify.me
#li3 > Lithium: the most rad php framework >
960.gs
960 Grid System
jqueryui.com
jQuery UI
css3pie.com
CSS3 PIE: CSS3 decorations for IE
piqueweb.net
Pique Web
cukes.info
Cucumber - Making BDD fun