UNPKG

@gridonic/grid

Version:

A CSS Grid based on the flex display property written entirely in Sass respecting the rscss system.

10 lines (8 loc) 186 B
const pkg = require('./package.json'); module.exports = (ctx) => ({ plugins: { 'autoprefixer': {}, 'postcss-replace': { data: pkg }, 'cssnano': {} } });