aleph1-layout
v1.0.3
Published
A Responsive Layout library.
Downloads
6
Maintainers
Readme
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.
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