aleph1-layout

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i aleph1-layout

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

214 kB

Total Files

20

Last publish

Collaborators

  • avrahamcool