Open barrysteyn opened 8 years ago
@barrysteyn thanks for the suggestion, @birledan will see this and try it out.
So autoprefixer can also be plugged in directly to webpack. It's part of the new postcss revolution (infact, it started it). However, now that I have your guys ears, can I ask some questions/make some suggestions:
/lib
and /src
folders seem identical (at least just by looking at the block
Grid component). What gives?src
folder, and once webpack (or whatever you use) to build the css and react stuff, it could go to the /lib
folder?What do you guys think?
For example, in a
less
file:With autoprefixer, the above can be shortened down to the last line, and in a "post compilation" stage, the prefixes will be added. For example, look at this: https://github.com/postcss/autoprefixer#flexbox-filters-etc - it highlights this very example. This will make the less files much easier to maintain and read.