Move some sass code to where it should be for this welcome page.
This commit is contained in:
parent
b69138059a
commit
382388b029
@ -39,9 +39,3 @@ body.three-col
|
||||
// true means it's the last column in the row
|
||||
+column(!content_columns, true)
|
||||
|
||||
// This is just here to style the welcome page, please delete it.
|
||||
body#welcome
|
||||
#container
|
||||
+container
|
||||
h1
|
||||
+column(24)
|
@ -10,8 +10,11 @@
|
||||
%style(type="text/css")
|
||||
:sass
|
||||
@import blueprint.sass
|
||||
.foo
|
||||
+column(8)
|
||||
body#welcome
|
||||
#container
|
||||
+container
|
||||
h1
|
||||
+column(24)
|
||||
%body#welcome.bp
|
||||
#container
|
||||
%h1 Welcome to Compass!
|
||||
|
Loading…
Reference in New Issue
Block a user