Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo-elements parsing error #34

Closed
ABVanton200 opened this issue Jun 24, 2019 · 1 comment
Closed

Pseudo-elements parsing error #34

ABVanton200 opened this issue Jun 24, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@ABVanton200
Copy link

Several errors occur while parsing pseudo-elements (::first-letter).
This happens when "shouldDrop" returns "false".

There are 2 demo:
https://codepen.io/babakhin/pen/xorYMP
https://codepen.io/babakhin/pen/orwqNM

Error text:
TypeError: Cannot read property '2' of null at next (D:\web projects\test11\node_modules\dropcss\dist\dropcss.cjs.js:523:10) at parse$1 (D:\web projects\test11\node_modules\dropcss\dist\dropcss.cjs.js:566:5) at _export_some_ (D:\web projects\test11\node_modules\dropcss\dist\dropcss.cjs.js:795:48) at D:\web projects\test11\node_modules\dropcss\dist\dropcss.cjs.js:1056:32

@leeoniya leeoniya added the bug Something isn't working label Jun 25, 2019
@leeoniya
Copy link
Owner

fixed in v1.0.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants