🎨 A color collection available in sass, less, stylus and css
Hi, I'd like to be able to import just the colors my site uses, but the package structure doesn't allow importing tree-shakable colors. (And it's a really big bundle!) It would be great to be able to do: ``` import {facebook, twitter} from 'brand-colors'; ``` For a while, I was able to import the colors I needed directly from the json data, but after upgrading to webpack 5, it seems that options no longer available.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by mikestopcontinues and has received 5 comments.