Skip to content

Commit

Permalink
fix: define stylis plugin name property (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Dec 7, 2023
1 parent e89018c commit 37fa68c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-ligers-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

fix: define stylis plugin name property
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ export default function createStylisCSSHigherSpecificityPlugin(): StylisPlugin {
selectors[0] = `${selector.repeat(5)}`;
};

Object.defineProperty(stylisCSSHigherSpecificity, 'name', {
value: 'stylisCSSHigherSpecificity',
});

return stylisCSSHigherSpecificity;
}

0 comments on commit 37fa68c

Please sign in to comment.