Files
games/Web/game-snake-poc/frontend/sass/main.scss
2026-09-20 13:14:40 +02:00

10 lines
220 B
SCSS

// file: Web/game-snake-poc/frontend/sass/main.scss
// version: 1
@import "bootstrap/scss/functions";
@import "variables";
@import "fontawesome";
@import "bootstrap/scss/bootstrap";
@import "bootswatch";
@import "app";