UNPKG

152 BJavaScriptView Raw
1"use strict";
2/* eslint-env node */
3
4module.exports = ({
5 options
6}) => ({
7 plugins: {
8 'postcss-shopify': options['postcss-shopify'] || {}
9 }
10});
\No newline at end of file