Skip to content

Commit cae927f

Browse files
committed
chore(docs): clarity
1 parent 67bb3af commit cae927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postcss-if-function/test/plugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('postcss-if-function plugin', () => {
9494
await run(input, expected);
9595
});
9696

97-
it('should handle multiple concatenated if() functions', async () => {
97+
it('should handle multiple if() conditions', async () => {
9898
const input = `
9999
.responsive {
100100
padding: if(

0 commit comments

Comments
 (0)