chore: typo fix

This commit is contained in:
Martin Guillon
2020-12-03 16:27:47 +01:00
parent 4f3c84af91
commit 675f87529a

View File

@ -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);