switch to sass

This commit is contained in:
Sarah Vaupel 2023-05-15 22:58:23 +00:00
parent 21e0e9d883
commit 59a6a0b55e
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import 'bootstrap/scss/bootstrap.scss'
import {} from 'bootstrap'
import {} from './main.css'
import {} from './main.sass'

View File

7
frontend/src/main.sass Normal file
View File

@ -0,0 +1,7 @@
nav ul
list-style-type: none
margin: 0
padding: 0
li
display: inline