KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

Prefix CSS class names #25

Closed ghost closed 7 years ago

ghost commented 8 years ago

Prefix CSS class names to avoid conflicts, ex: .sk-circle instead of .circle:

Like here: https://github.com/tobiasahlin/SpinKit/pull/57

KyleAMathews commented 7 years ago

Fixed in https://github.com/KyleAMathews/react-spinkit/pull/49