jscutlery/devkit

Referencing assets like fonts or images inside an scss using url(`...`)

Opened this issue · 0 comments

When referencing an asset using url('myasset.jpg'). A 404 is thrown in the Cypress logs:

SCSS Example:

src: url("../../fonts/roboto-v15-latin-regular.eot");

Screenshot 2022-01-17 at 08 19 10