mirror of https://github.com/Wilfred/difftastic/
parent
267b413f08
commit
b9d44ae65f
@ -0,0 +1,6 @@
|
||||
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;
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
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;
|
||||
}
|
||||
Loading…
Reference in New Issue