Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 1e333ea

Browse files
committed
Merge branch 'master' into next
2 parents bb9a6a9 + 787ecbc commit 1e333ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ module.exports = plugin.withOptions(function(options = {}) {
170170
addUtilities(fontVariantLigaturesUtilities, variants('fontVariantLigatures'));
171171
addComponents(textStyles);
172172
};
173-
}, function(options = {}) {
174-
options = _.defaults({}, options, defaultOptions);
175-
173+
}, function() {
176174
return {
177175
theme: {
178176
textIndent: {},

0 commit comments

Comments
 (0)