Aulon Mujaj

Results 3 issues of Aulon Mujaj

Any plans of changing the style from using `@import` statements to `@use/@forward` since `@import` is going to be deprecated soon and they advise users to use the new methods. [ref](https://sass-lang.com/documentation/at-rules/import)...

Future

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...

template: bug

Hi! Given this snippet of code: ``` const optionalTest = record({ id: optional(string) }); const objDecoder = record({ id: number, name: string, optionalId: optional(optionalTest), }); type Obj = decodeType; ```...