install sass

This commit is contained in:
2021-04-17 23:32:47 +02:00
parent 8413dba234
commit 79e99c20c2
6 changed files with 31 additions and 3 deletions

View File

@@ -8,5 +8,8 @@
// any CSS you import will output into a single css file (app.css in this case)
import './styles/app.css';
// SCSS
import './styles/app.scss';
// start the Stimulus application
import './bootstrap';

View File