toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
162 stars 44 forks source link

Consider dropping PreCSS for individual PostCSS plugins #52

Closed toolness closed 8 years ago

toolness commented 8 years ago

At the time I added it as a dependency, I didn't realize that PostCSS is really an umbrella for tons of PostCSS plugins. Instead, we might want to explicitly use the few features that our CSS uses, which I think are:

An alternative to postcss-advanced-variables might be to use postcss-custom-properties (this would require converting our CSS accordingly), since custom properties are actually part of the CSS standard and already have some browser support.