Skip to content

Commit 080d325

Browse files
committed
Try redder again.
1 parent b4ba11a commit 080d325

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ properties that will be passed to Sass.
2121
config.sass.syntax = :nested
2222
end
2323

24-
## <span style="color:#c00">Important Note</span>
24+
## Important Note
2525

2626
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.
3130

3231
### Options
3332

0 commit comments

Comments
 (0)