tailwind-config-viewer
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "tailwind-config-viewer", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "View your Tailwind CSS config file...visually!", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -11,7 +11,9 @@ const Koa = require('koa') | ||
tailwindConfigProvider, | ||
shouldOpen | ||
shouldOpen, | ||
routerPrefix = '' | ||
}) { | ||
const app = new Koa() | ||
const router = new Router() | ||
const router = new Router({ prefix: routerPrefix }) | ||
router.get('/config.json', (ctx) => { | ||
@@ -18,0 +20,0 @@ ctx.body = resolveConfig(tailwindConfigProvider()) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1225249
1074