facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

Add missing StyleRules modules #29

Closed rboyce closed 11 years ago

rboyce commented 11 years ago

a74367c deleted CSS files in favor of using react-styles to manage styling, but didn't add the necessary style modules or define them in packages.json. This fixes the "requiring unknown module" error, and reimplements the same visual style from before. Note: styles may not be applied correctly due to the use of Unicode in the react-styles namespacing, see https://github.com/hedgerwang/react-styles/pull/1