mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #7137 from NativeScript/mdonev/release-to-master-7135
chore: merge release to master (#7135)
This commit is contained in:
@ -168,7 +168,8 @@ class CSSSource {
|
||||
if (!this._source && this._file) {
|
||||
this.load();
|
||||
}
|
||||
if (this._source) {
|
||||
// [object Object] check guards against empty app.css file
|
||||
if (this._source && this.source !== "[object Object]") {
|
||||
this.parseCSSAst();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user