JPeer264 / node-rcs-core

Rename css selectors across all files
MIT License
37 stars 7 forks source link

False positive #102

Closed JPeer264 closed 4 years ago

JPeer264 commented 5 years ago

Currently rcs.selectorsLibrary.get('.other-one', { addSelectorType: false }); returns .other-one if it is not set. The actual return should be other-one.

This is just the case if .other.one has never been set.