mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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) {
|
if (!this._source && this._file) {
|
||||||
this.load();
|
this.load();
|
||||||
}
|
}
|
||||||
if (this._source) {
|
// [object Object] check guards against empty app.css file
|
||||||
|
if (this._source && this.source !== "[object Object]") {
|
||||||
this.parseCSSAst();
|
this.parseCSSAst();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user