KittyGiraudel / SJSJ

Simplified JavaScript Jargon
http://jargon.js.org
2.27k stars 193 forks source link

[RFR] Added “Post CSS” and “Enzyme” entries #146

Closed DtCarrot closed 8 years ago

DtCarrot commented 8 years ago

Will be adding additional description for Enzyme in the near future.

KittyGiraudel commented 8 years ago

Hey there, thanks a lot!

I’ll merge your PR over the week-end. :)

KittyGiraudel commented 8 years ago

Do you think PostCSS is relevant given that it’s more part of the CSS world?

DtCarrot commented 8 years ago

Hi there,

The strength of PostCSS is in its highly customizable plugins that transform CSS syntax. The plugins which make up the PostCSS ecosystem are built in JavaScript. Besides that, PostCSS is built such that creating custom plugins for specific development purposes is possible with the PostCSS JS API. For example, building custom JavaScript plugins that transform simple CSS style into hexagons easily rather than typing long lines of CSS (in a very hacky way). Since PostCSS leverages the power of JavaScript to make all this possible, it should be relevant in the JS world.

KittyGiraudel commented 8 years ago

Done with 7dc12b9c5b2efd192cd74be499576a11e0f3c233 and d0ae9b0011c93a6ec768b7f9b41b09c0337f2346. Thank you! :)