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