@@ -57,7 +57,7 @@ Then any Sass files in `public/stylesheets/sass`
57
57
will be compiled into CSS files in ` public/stylesheets ` on every request.
58
58
59
59
To use Sass programmatically,
60
- check out the [ YARD documentation] ( http://sass-lang.com/docs/yardoc/ ) .
60
+ check out the [ YARD documentation] ( http://sass-lang.com/documentation/file.SASS_REFERENCE.html#using_sass ) .
61
61
62
62
## Formatting
63
63
@@ -71,10 +71,10 @@ and get small stylesheets up and running quickly,
71
71
particularly with the help of
72
72
[ the Compass style library] ( http://compass-style.org ) .
73
73
74
- [ vars ] : http://beta. sass-lang.com/docs/yardoc /file.SASS_REFERENCE.html#variables_
75
- [ nested ] : http://beta. sass-lang.com/docs/yardoc/ file.SASS_REFERENCE.html#nested_rules_
76
- [ mixins ] : http://beta. sass-lang.com/docs/yardoc /file.SASS_REFERENCE.html#mixins
77
- [ imports ] : http://beta. sass-lang.com/docs/yardoc /file.SASS_REFERENCE.html#import
74
+ [ vars ] : http://sass-lang.com/documentation /file.SASS_REFERENCE.html#variables_
75
+ [ nested ] : http://sass-lang.com/documentation/ file.SASS_REFERENCE.html#nested_rules
76
+ [ mixins ] : http://sass-lang.com/documentation /file.SASS_REFERENCE.html#mixins
77
+ [ imports ] : http://sass-lang.com/documentation /file.SASS_REFERENCE.html#import
78
78
79
79
Sass has two syntaxes.
80
80
The one presented here, known as "SCSS" (for "Sassy CSS"),
@@ -83,7 +83,7 @@ The other (older) syntax, known as the indented syntax or just "Sass",
83
83
is whitespace-sensitive and indentation-based.
84
84
For more information, see the [ reference documentation] [ syntax ] .
85
85
86
- [ syntax ] : http://beta. sass-lang.com/docs/yardoc /file.SASS_REFERENCE.html#syntax
86
+ [ syntax ] : http://sass-lang.com/documentation /file.SASS_REFERENCE.html#syntax
87
87
88
88
To run the following examples and see the CSS they produce,
89
89
put them in a file called ` test.scss ` and run ` sass test.scss ` .
@@ -152,7 +152,7 @@ You can even give them arguments.
152
152
}
153
153
154
154
A comprehensive list of features is available
155
- in the [ Sass reference] ( http://beta. sass-lang.com/docs/yardoc /file.SASS_REFERENCE.html ) .
155
+ in the [ Sass reference] ( http://sass-lang.com/documentation /file.SASS_REFERENCE.html ) .
156
156
157
157
## Executables
158
158
0 commit comments