UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

12 lines (10 loc) 210 B
const colorMap = require('@spinnaker/styleguide/src/colorMap'); module.exports = { plugins: { autoprefixer: {}, 'postcss-colorfix': { colors: colorMap, }, 'postcss-nested': {}, }, };