Browse Source

feat(client): migrate bootstrap import to @use

pull/6973/head
KenTandrian 3 months ago
parent
commit
d02b41511e
  1. 2
      apps/client/src/styles.scss

2
apps/client/src/styles.scss

@ -1,6 +1,6 @@
@use '@angular/material' as mat;
@import './styles/bootstrap';
@use './styles/bootstrap';
@use './styles/table' as t;
@import './styles/variables';

Loading…
Cancel
Save