Skip to content

Modular scss and make more use of bootstrap #16

@lamcw

Description

@lamcw
  1. We should make use of sass and separate style.scss into several scss modules.
  2. Use bootstrap class rules instead of using our own grid system.
    E.g., replacing,
.navbar {
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
<nav class="navbar navbar-expand-lg navbar-dark">
  <!-- other stuff here -->
</nav>

with

<nav class="navbar navbar-expand-lg navbar-dark shadow">
  <!-- other stuff here -->
</nav>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions