RickWong/react-inline-css

Compiling with Babel plugin for SASS, LESS and prefixing

Open

#4 geöffnet am 17. Juli 2015

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (16 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (169 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

One major annoyance is the lack of automatic vendor prefixing of certain CSS attributes. It doesn't really make sense to add them at run-time. It would be beneficial to the performance to pre-compile the written CSS much like JSX. At that point it might be a small step to include a SASS/LESS hook so it's possible to make the inline CSS stylesheets shorter and more composed.

Contributor Guide