lzt1008

Results 1 comments of lzt1008

```js yield /[^"'`\s.(){}[\]#=%$]*[^"'`\s.(){}[\]#=%:$]/g // ╰─────── ╰──────── ``` I try to remove these dot [here](https://github.com/tailwindlabs/tailwindcss/blob/master/src/lib/defaultExtractor.js#L110) of `defaultExtractor()` and solve this problem,but there are two tests failed: [markdown](https://github.com/tailwindlabs/tailwindcss/blob/master/tests/default-extractor.test.js#L450) and [slim](https://github.com/tailwindlabs/tailwindcss/blob/master/tests/default-extractor.test.js#L458) I think...