mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
@@ -76,7 +76,7 @@ func DecodeOptions(m map[string]interface{}) (opts Options, err error) {
|
||||
}
|
||||
|
||||
var (
|
||||
regularCSSImportTo = regexp.MustCompile(`.*(@import "(.*.css)";).*`)
|
||||
regularCSSImportTo = regexp.MustCompile(`.*(@import "(.*\.css)";).*`)
|
||||
regularCSSImportFrom = regexp.MustCompile(`.*(\/\* HUGO_IMPORT_START (.*) HUGO_IMPORT_END \*\/).*`)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user