Results 13 issues of paro

I suggest that this extension should only activate when the user opens a css file (or sass, scss, etc.).

### Description Selectors `"\""`, `"“"`, `"”"`, `regex("[\"“”]")` look like they would match quotes. However, since smart quotes are not parsed as text, they can not match smart quotes. ### Reproduction...

bug
styling

```tsx import EChartsReact from "echarts-for-react"; import { useEffect, useRef } from "react"; export default function App() { const echartsRef = useRef(); useEffect(() => { const echartsReact = echartsRef.current; if (!echartsReact)...