Finish restructuring files
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-24 17:41:12 +01:00
parent fc8a890511
commit 3704192730
40 changed files with 798 additions and 693 deletions

5
formula10/static/style/bootstrap.scss vendored Normal file
View File

@ -0,0 +1,5 @@
// Disable Bootstrap Grid and use CSS Grid instead
$enable-grid-classes: false;
$enable-cssgrid: true;
@import "../../bootstrap/scss/bootstrap";