Only include globalThis polyfill for old browsers – Details Updated parcelRequire.register to be minifiable – Details CSS Add include and exclude globs for CSS modules – Details WASM Add WASM packager with
- "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", - "is-callable": ...
-@function calculationFunction($some-number, $another-number) { - @return $some-number + $another-number; -} - -@mixin myMixin() { - color: #fff; -} - -$myVar: 10px; - -%placeHolder { - color: #f00; -} - -// Nesting Depth test -.one { - .two { - .three ...