Package Exports
- equalizecss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (equalizecss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EqualizeCSS
EqualizeCss - is light-weighted css-grid built on the properties of flexboxes and written on the sass. Using it you can easily build adaptive sites and web applications, manage columns and markup the necessary styles only by substituting. Class names coincide with other popular css-frameworks, so moving to it will be very easy.
Install
with npm:
$ npm install equalizecss --save
with bower:
$ bower install equalizecss
with yarn:
$ yarn add equalizecss
Enject the equalize.css
development or equalize.min.css
production to your html page.