mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
url('some.css') is now optional
This commit is contained in:
@@ -8,7 +8,7 @@ import utils = require("utils/utils");
|
||||
import types = require("utils/types");
|
||||
import fs = require("file-system");
|
||||
|
||||
var pattern: RegExp = /url\(('|")(.*?)\1\)/;
|
||||
var pattern: RegExp = /('|")(.*?)\1/;
|
||||
|
||||
export class StyleScope {
|
||||
// caches all the visual states by the key of the visual state selectors
|
||||
|
||||
Reference in New Issue
Block a user