roots / palette-webpack-plugin

Generate a JSON file containing your color palette from existing Sass maps and/or Tailwind.
MIT License
46 stars 7 forks source link

Allow passing an array of shades for Tailwind #5

Closed Log1x closed 4 years ago

Log1x commented 4 years ago
tailwind: {
  shades: [300, 400, 500],
}

See: https://github.com/roots/palette-webpack-plugin/blob/master/src/index.js#L159-L164

Log1x commented 4 years ago

@kellymears ? :3