You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,18 @@ properties that will be passed to Sass.
16
16
17
17
### Options
18
18
19
-
The [list of supported options](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options)
19
+
-`preferred_syntax` - This option determines the default Sass syntax and file extensions that will be used by Rails generators. Can be `:scss` (default CSS-compatible SCSS syntax) or `:sass` (indented Sass syntax).
20
+
21
+
The [list of supported Sass options](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options)
20
22
can be found on the Sass Website with the following caveats:
21
23
22
-
1.`preferred_syntax` - This option determines the default Sass syntax and file extensions that will be used by Rails generators. Can be `:scss` (default CSS-compatible SCSS syntax) or `:sass` (indented Sass syntax).
23
-
2.`:style` - This option is not supported. This is determined by the Rails environment. It's `:expanded` only on development, otherwise it's `:compressed`.
24
-
3.`:never_update` - This option is not supported. Instead set `config.assets.enabled = false`
25
-
4.`:always_update` - This option is not supported. Sprockets uses a controller to access stylesheets in development mode instead of a full scan for changed files.
26
-
5.`:always_check` - This option is not supported. Sprockets always checks in development.
27
-
6.`:syntax` - This is determined by the file's extensions.
28
-
7.`:filename` - This is determined by the file's name.
29
-
8.`:line` - This is provided by the template handler.
24
+
-`:style` - This option is not supported. This is determined by the Rails environment. It's `:expanded` only on development, otherwise it's `:compressed`.
25
+
-`:never_update` - This option is not supported. Instead set `config.assets.enabled = false`
26
+
-`:always_update` - This option is not supported. Sprockets uses a controller to access stylesheets in development mode instead of a full scan for changed files.
27
+
-`:always_check` - This option is not supported. Sprockets always checks in development.
28
+
-`:syntax` - This is determined by the file's extensions.
29
+
-`:filename` - This is determined by the file's name.
30
+
-`:line` - This is provided by the template handler.
0 commit comments