How to import local CSS file into custom.css

Hi!
im trying to import css file into custom.css the file in question is in the same directory as custom.css.
ive tried @import "./test.css"; and @import url("./bear.css"); as well as using absolute address but nothing works. i would like to avoid using absolute address …

An other option is to merge both CSS files

@Didac i’d like to avoid doing just that.

Why don’t you just rename your CSS file to custom.css?

OK, you already have a custom.css,I guess

Use absolute path like this.

@import url('assets:////Users/usoon/Documents/logseq/roam.css');