RickWong/react-inline-css

Compiling with Babel plugin for SASS, LESS and prefixing

Open

#4 ouverte le 17 juil. 2015

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (16 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (169 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur