PHP Classes

File: assets/gallerytypes/viewerjs/postcss.config.js

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   assets/gallerytypes/viewerjs/postcss.config.js   Download  
File: assets/gallerytypes/viewerjs/postcss.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 286 bytes
 

Contents

Class file image Download
const rollupConfig = require('./rollup.config'); module.exports = { plugins: { 'postcss-import': {}, 'postcss-cssnext': {}, 'postcss-url': { url: 'inline', }, 'postcss-header': { header: rollupConfig.output[0].banner, }, stylefmt: {}, }, };