check sass compilation
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
background-color: lightgray;
|
||||
}
|
9
app/assets/styles/app.scss
Normal file
9
app/assets/styles/app.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
body {
|
||||
background-color: lightgray;
|
||||
padding: 5em;
|
||||
div#boum {
|
||||
background-color: white;
|
||||
padding: 1em;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user