Skip to content

Instantly share code, notes, and snippets.

@steschwa
steschwa / tailwindcss.customData.json
Created April 5, 2025 10:45
VSCode CSS custom data
{
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-CSS-languageservice/refs/heads/main/docs/customData.schema.json",
"version": 1.1,
"atDirectives": [
{
"name": "@import",
"description": "Use the @import directive to inline import CSS files, including Tailwind itself",
"references": [
{
"name": "Documentation",