File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ properties that will be passed to Sass.
21
21
config.sass.syntax = :nested
22
22
end
23
23
24
- ## < span style = " color : #c00 " > Important Note</ span >
24
+ ## Important Note
25
25
26
26
Sprockets provides some directives that are placed inside of comments called ` require ` , ` require_tree ` , and
27
- ` require_self ` . ** DO NOT USE THEM IN YOUR SASS/SCSS FILES.** They are very primitive and
28
- do not work well with Sass files. Instead, use Sass's native ` @import `
29
- directive which ` sass-rails ` has customized to integrate with the
30
- conventions of your rails projects.
27
+ ` require_self ` . ** <span style =" color :#c00 " >DO NOT USE THEM IN YOUR SASS/SCSS FILES.</span >** They are very
28
+ primitive and do not work well with Sass files. Instead, use Sass's native ` @import ` directive which
29
+ ` sass-rails ` has customized to integrate with the conventions of your rails projects.
31
30
32
31
### Options
33
32
You can’t perform that action at this time.
0 commit comments