escala
v1.1.13
Published
Escala is frontend framework designed for medium to large sized web applications following [this convention](https://gist.github.com/fat/a47b882eb5f84293c4ed) similar, but more pleasant to write, to [BEM](http://getbem.com/) and written in SASS. Escala is
Readme
Escala
Escala is frontend framework designed for medium to large sized web applications following this convention similar, but more pleasant to write, to BEM and written in SASS. Escala is based on flexbox and dual styles - separated styles for mobile (small viewports) and for desktop (large viewports). This doesn't mean Escala is not responsive.

Install
Escala is available as the escala package on npm.
Add it to your projects with Yarn:
yarn add escalaor npm:
npm install --save escalaLinks
Documentation:
- https://pkrupar.gitbooks.io/escala/
Examples:
- All Escala components - https://ucetnictvi-on-line.github.io/escala/examples/
- Ticket system dashboard - https://ucetnictvi-on-line.github.io/escala/examples/ticket-system-dashboard/
