/vscode-tailwind-styled-snippets

Time saver for tailwindcss + styled components / emotion user who use vscode

MIT LicenseMIT

vscode-tailwind-styled-snippets

Installation

Follow the installation steps here and reload VSCode

Usage

demo

Simply write tail for

const Component = styled.div`
 ${tw``};
`

and tailc for

const className = css`
 ${tw``};
`

Who should use this?

Where does this snippet runs?

  • .js
  • .jsx
  • .ts
  • .tsx

Release Notes

0.1.0

Added support for .jsx, and .tsx

0.0.1

Initial release

For more information

Contributing

Related

Enjoy!