Home

tailwind-ctp-intellisense @dee6d420b00ea6ecd738ac5d4093454d49bb42ce - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / .github / CONTRIBUTING.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Contributing

Thanks for your interest in contributing to Tailwind CSS IntelliSense! Please take a moment to review this document **before submitting a pull request**.

## Pull requests

**Please ask first before starting work on any significant new features.**

It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create [a feature request](https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas) to first discuss any significant new ideas.

## Building the Extension

You can build the VSIX package by running these commands in the project root.

```bash
npm install
npm run bootstrap
npx lerna run package --scope=vscode-tailwindcss
```