UNPKG

purecss

Version:

Pure is a ridiculously tiny CSS library you can use to start any web project.

16 lines (12 loc) 248 B
const path = require('path'); module.exports = function(context, options) { return { name: 'pure-theme', getThemePath() { return path.resolve(__dirname, './theme'); }, getClientModules() { return []; }, }; };