Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.99 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.99 KB

Aleph1-Layout · Demo Page

License: MIT Issues NPMVersion NPMDownloads NPMSize DeepScan grade

Aleph1-Layout is a minimalist responsive layout framework (written in SASS) that provides helpful, browser-consistent helper class for flex layout.

Installing / Getting started

yarn add aleph1-layout

or

npm install aleph1-layout

now you can use the output from dist\main.min.css, or use the src\scss\main.scss directly.

in an aurelia app just use import 'aleph1-layout'; in your app.ts file.

every variable listed here can be overridden.

Developing & Prerequisites

make sure you have http-server installed globally.

yarn global add http-server

or

npm install -g http-server
git clone https://github.com/avrahamcool/aleph1-layout.git
cd aleph1-layout/
yarn

then simply run yarn test or npm test to compile the sass and run the demo page.

run yarn watch or npm watch to run sass watch on the entire project.

Licensing

The code is open source and available under the MIT License.

Built and maintained by Essoudry Avraham