summaryrefslogtreecommitdiff
path: root/src/index.css
blob: 5615a9610ab8cf7e285e2c8492e01bf15d75bbc1 (plain)
1
2
3
4
5
6
7
8
9
@import "./index.config.css";

.app {
  font-size: $fontSize;
        display: flex;
  @if 3 < 5 {
    background: rebeccapurple;
  }
}