Hosting Test - GitHub Pages with LFS

Dart Sass

Created:

Modified:

The build will fail under either of the following conditions:

Sass

@use "sass:math";

.foo {
  p {
    font-size: math.div(36px, 2);
  }
}

Transpiled to CSS using Dart Sass

.foo p {
  font-size: 18px;
}