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