installing Sass

This commit is contained in:
2021-02-18 21:39:43 +01:00
parent 4ecc506693
commit a0ecf6de88
6 changed files with 39 additions and 1 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

@@ -0,0 +1,4 @@
h1 {
font-size: 400%;
}