We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc6c38 commit 01843f1Copy full SHA for 01843f1
README.md
@@ -24,6 +24,19 @@ This should essentially be a drop in alternative to [sass-rails](https://github.
24
25
__Note: This is a new project, please report any issues you come across!__
26
27
+## Inline Source Maps
28
+
29
+With SassC-Rails, it's also extremely easy to turn on inline source maps. Simply
30
+add the following configuration to your development.rb file:
31
32
+```ruby
33
+ # config/environments/development.rb
34
+ config.sass.inline_source_maps = true
35
+```
36
37
+Note, as indicated, these source maps are *inline*. They will not generate additional
38
+files or anything like that. Instead, they will be appended to the compiled
39
+application.css file.
40
41
## LibSass Compatibility With Ruby Sass
42
0 commit comments