mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore: typo fix
This commit is contained in:
@ -216,7 +216,7 @@ class CSSSource {
|
||||
const cssTreeParse = require('../../css/css-tree-parser').cssTreeParse;
|
||||
this._ast = cssTreeParse(this._source, this._file);
|
||||
return;
|
||||
case 'nativescript':
|
||||
case 'nativescript':{
|
||||
const CSS3Parser = require('../../css/parser').CSS3Parser;
|
||||
const CSSNativeScript = require('../../css/parser').CSSNativeScript;
|
||||
const cssparser = new CSS3Parser(this._source);
|
||||
|
Reference in New Issue
Block a user