check sass compilation
This commit is contained in:
parent
0953b7ca61
commit
d45908303f
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// any CSS you import will output into a single css file (app.css in this case)
|
// any CSS you import will output into a single css file (app.css in this case)
|
||||||
import './styles/app.css';
|
import './styles/app.scss';
|
||||||
|
|
||||||
// start the Stimulus application
|
// start the Stimulus application
|
||||||
import './stimulus/bootstrap';
|
import './stimulus/bootstrap';
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user