This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Emmet suggestions do not use snippets #36
Closed
Description
Steps to reproduce
-
For the code
import * as styled from 'styled-components' export const Button = styled.button` bdlw `
-
Trigger suggest on
bdlw
Expected
import * as styled from 'styled-components'
export const Button = styled.button`
border-left-width: |;
`
Where |
is the cursor
Actual
import * as styled from 'styled-components'
export const Button = styled.button`
border-left-width: ;|
`