What's the difference between @ import url () and @ import 'xxx.css'?

What"s the difference between

@ import url () and @ import "xxx.css"?

Css
Jul.16,2021

there is a difference, which I happen to have encountered.

if you read it wrong, there should be no difference.

clipboard.png


there is no difference between the introduction of css, syntax is supported
URL can be an absolute path or a relative path. And there is no need to specify the file. If the package name matches, it will match .
Menu