check sass compilation

This commit is contained in:
Tchama 2022-10-01 23:53:29 +02:00
parent 0953b7ca61
commit d45908303f
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
*/
// 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
import './stimulus/bootstrap';

View File

@ -1,3 +0,0 @@
body {
background-color: lightgray;
}

View File

@ -0,0 +1,9 @@
body {
background-color: lightgray;
padding: 5em;
div#boum {
background-color: white;
padding: 1em;
border: 1px solid grey;
}
}