From 56d5a88330f5cac5fe2c559b0e866ef4b54f25af Mon Sep 17 00:00:00 2001 From: felixfon <66350602+felixfon@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:53:07 +0800 Subject: [PATCH] chore: add changeset --- .changeset/lemon-parents-accept.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lemon-parents-accept.md diff --git a/.changeset/lemon-parents-accept.md b/.changeset/lemon-parents-accept.md new file mode 100644 index 000000000..a3f018dc7 --- /dev/null +++ b/.changeset/lemon-parents-accept.md @@ -0,0 +1,5 @@ +--- +'@linaria/postcss-linaria': patch +--- + +Fix the expressions in at-rule parameters and rules with functions. Fixes #1074