difftastic/sample_files/tailwind_1.css

7 lines
196 B
CSS

select {
/* This isn't valid vanilla CSS, and tree-sitter-css produces an ERROR
node with children. Ensure the whole ERROR is treated as an
atom. */
@apply rounded-md bg-gray-600;
}