difftastic/sample_files/tailwind_2.css

7 lines
201 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-hss-dark-gray;
}