Kasper Koman

Results 5 issues of Kasper Koman

As noted in #4: The use of @import [is now discouraged](https://sass-lang.com/documentation/at-rules/import) and will be [deprecated](https://sass-lang.com/blog/the-module-system-is-launched#future-plans) sometime in 2022. Opening this issue to track this upcoming change.

enhancement

### Version 3.x ### What did you expect to happen? Even though mentioned in the [docs](https://roots.io/acorn/docs/directory-structure/#advanced-directory-modifications) for 3.x the `acorn/path` filters do nothing in acorn 3.x Relevant function in 2.x...

bug

### Version 3.x ### What did you expect to happen? Even though mentioned in the [docs](https://roots.io/acorn/docs/directory-structure/#advanced-directory-modifications) for 3.x the `acorn/path` filters do nothing in acorn 3.x Relevant function in 2.x...

acorn

Would be nice a nice enhancement in my opinion to have it work with images as well if possible.

When incorrectly specifying an array type `ols` times out. ```odin test_proc :: proc(arg: int[]) {} ``` ## Expected behaviour Compiler gives the following output: ``` test_proc :: proc(arg: int[]) {...