We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dbd89 commit 1d6ca9aCopy full SHA for 1d6ca9a
src/index.js
@@ -88,7 +88,7 @@ function sortClasses(
88
function createParser(original, transform) {
89
return {
90
...original,
91
- parse(text, parsers, options) {
+ parse(text, parsers, options = {}) {
92
let ast = original.parse(text, parsers, options)
93
let tailwindConfigPath = '__default__'
94
let tailwindConfig = {}
0 commit comments