mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Simplify SCSS test expectation
With some Gemfiles, Sass turns the hex color into a named color. With others, it doesn't. Why? I have no idea. But I'm testing Haml here, not Sass so I don't really care - just make the expectation enough to demonstrate that Sass was actually invoked.
This commit is contained in:
parent
be46a5f9ec
commit
82e2e35c80
2 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
|||
</style>
|
||||
<style>
|
||||
/* line 1 */
|
||||
p { border-style: dotted; border-width: 22px; border-color: fuchsia; }
|
||||
p { border-style: dotted; border-width: 22px; }
|
||||
|
||||
/* line 8 */
|
||||
/* line 7 */
|
||||
h1 { font-weight: normal; }
|
||||
</style>
|
||||
TESTING HAHAHAHA!
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
border: {
|
||||
style: dotted;
|
||||
width: #{width}px;
|
||||
color: #ff00ff
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue