UNPKG

yapi-vendor

Version:
5 lines (4 loc) 182 B
const fs = require('fs'); const sysPath = require('path'); const css = fs.readFileSync(sysPath.join(__dirname, './defaultTheme.css')); module.exports = '<style>' + css + '</style>';