fix: typo fix

This commit is contained in:
Martin Guillon
2020-11-03 11:36:15 +01:00
parent 07138fd999
commit 3a7467223c

View File

@ -212,7 +212,7 @@ class CSSSource {
if (this._source) {
switch (parser) {
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);
return;
case 'nativescript':