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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,19 @@ properties that will be passed to Sass.
19
19
The [list of supported options](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#options)
20
20
can be found on the Sass Website with the following caveats:
21
21
22
-
1.`:style` - This option is not supported. This is determined by the Rails environment. It's `:expanded` only on development, otherwise it's `:compressed`.
23
-
2.`:never_update` - This option is not supported. Instead set `config.assets.enabled = false`
24
-
3.`: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.
25
-
4.`:always_check` - This option is not supported. Sprockets always checks in development.
26
-
5.`:syntax` - This is determined by the file's extensions.
27
-
6.`:filename` - This is determined by the file's name.
28
-
7.`:line` - This is provided by the template handler.
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.
0 commit comments