Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: normalize tag selectors and sanitize key generation (#65)
- Convert tag selectors to lowercase, as tags are case-insensitive. - Sanitize key by replacing non-alphanumeric characters with underscores. - Set `lossless: false` in selector parser options for trimming. [ref](https://github.com/postcss/postcss-selector-parser/blob/HEAD/API.md#processoroptions)
- Loading branch information