First draft
This commit is contained in:
parent
1e6847c43f
commit
e36f9d7da8
|
@ -0,0 +1 @@
|
|||
.half { width: 50%; }
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "grid";
|
|
@ -104,4 +104,14 @@ CSS
|
|||
assert_equal css_output, converter.convert(scss_content)
|
||||
end
|
||||
end
|
||||
|
||||
context "importing partials" do
|
||||
setup do
|
||||
content = ""
|
||||
end
|
||||
|
||||
should "import SCSS" do
|
||||
assert_equal ".half { width: 30%; }", content
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue