mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
"app/" removed from css path
This commit is contained in:
@ -4,7 +4,7 @@ import fs = require("file-system");
|
||||
import fileSystemAccess = require("file-system/file-system-access");
|
||||
import styleScope = require("ui/styling/style-scope");
|
||||
|
||||
export var cssFile: string = "app/app.css"
|
||||
export var cssFile: string = "app.css"
|
||||
|
||||
export var onUncaughtError: (error: definition.NativeScriptError) => void = undefined;
|
||||
|
||||
|
Reference in New Issue
Block a user