fix: typo fix

This commit is contained in:
Martin Guillon
2020-11-03 11:36:15 +01:00
parent 5b782ffb2e
commit 328feeb9c1

View File

@ -212,7 +212,7 @@ class CSSSource {
if (this._source) { if (this._source) {
switch (parser) { switch (parser) {
case 'css-tree': case 'css-tree':
const cssTreeParse = require('../../css/css-tree-parser').pacssTreeParserse; 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':