tailwindcss
Advanced tools
Comparing version 1.8.10 to 1.8.11
{ | ||
"name": "tailwindcss", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,3 +0,3 @@ | ||
const createPlugin = require('./lib/util/createPlugin').default | ||
const createPlugin = require('./lib/util/createPlugin') | ||
module.exports = createPlugin | ||
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default |
19079094