main.scss 101 B

1234567
  1. @import "navigation.scss";
  2. @import "grid.scss";
  3. body {
  4. background-color: rgb(245, 245, 245);
  5. }