Skip to content
Snippets Groups Projects
Commit 680d0e4b authored by ale's avatar ale
Browse files

Add support for @import syntax in css

parent b4be821f
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import (
)
var (
urlcssRx = regexp.MustCompile(`.*:.*url\(["']?([^'"\)]+)["']?\)`)
urlcssRx = regexp.MustCompile(`(@import|.*:).*url\(["']?([^'"\)]+)["']?\)`)
linkMatches = []struct {
tag string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment