mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
fix: typo fix
This commit is contained in:
@ -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':
|
||||||
|
Reference in New Issue
Block a user