v1.0.0-alpha
Pre-releaseWhew. This was a big change. This was a complete rewrite from nested CSS priority to using my first attempt at BEM (so it definitely isn't perfect). The SASS also changed to an opt-in mixin
framework.
Styles will no longer be included when importing the scss
files. The styles can be created by using react-md-everything
or react-md-COMPONENTs
. This allows for access to variables by one import instead of having to specify multiple.
Some other under-the-hood changes are that as many components as possible use the PureComponent
instead of the PureRenderMixin
with a Component
. This release also changed my goals from this project. This project's goal is now to be a completely accessible React/Sass UI framework for material design.
Finally, a material design Grid System was created so positioning is even easier than before.