v2.0.0
Optics v2.0.0
What's Changed
Breaking Changes
- Optics is no longer using SCSS by @Jeremy-Walton in #266
- All references to SCSS or SASS have been removed.
- The import paths for files should change from
@rolemodel/optics/dist/scss/optics
to@rolemodel/optics/dist/css/optics
- There is now a
@rolemodel/optics/dist/css/optics.min.css
which is one file with all of Optics in it, rather than individual files. - Any selective imports will need to point to the
css
dist folder instead ofscss
Full Changelog: v1.13.0...v2.0.0