Aleph1-Layout · Demo Page
Aleph1-Layout is a minimalist responsive layout framework (written in SASS) that provides helpful, browser-consistent helper class for flex layout.
yarn add aleph1-layoutor
npm install aleph1-layoutnow 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.
make sure you have http-server installed globally.
yarn global add http-serveror
npm install -g http-servergit clone https://github.com/avrahamcool/aleph1-layout.git
cd aleph1-layout/
yarnthen 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.
The code is open source and available under the MIT License.
Built and maintained by Essoudry Avraham