diff options
Diffstat (limited to 'ruby/rubygem-sass/README')
-rw-r--r-- | ruby/rubygem-sass/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/rubygem-sass/README b/ruby/rubygem-sass/README new file mode 100644 index 0000000000..b5a767cf21 --- /dev/null +++ b/ruby/rubygem-sass/README @@ -0,0 +1,4 @@ +Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, +variables, mixins, selector inheritance, and more. It's translated to +well-formatted, standard CSS using the command line tool or a web-framework +plugin. |