An open API service indexing awesome lists of open source software.

https://github.com/mrgreentech/pam

A small, simple and modern CSS library.
https://github.com/mrgreentech/pam

amcss css html modular pam

Last synced: 6 months ago
JSON representation

A small, simple and modern CSS library.

Awesome Lists containing this project

README

          

# [PAM](https://mrgreentech.github.io/pam/)

[![Build Status](https://travis-ci.org/mrgreentech/pam.svg?branch=master)](https://travis-ci.org/mrgreentech/pam)
![Bower version](https://img.shields.io/bower/v/pam.svg)

PAM is a light and modular CSS library. Based and inspired by other great CSS stuff.

* Choose which core components to use.
* Light weight: **5.5KB minified + gzip**.
* AMCSS semantic styling.
* LESS hooks for customization.
* A minimalist default skin which is easy to customize and extend.

## Installation

Choose how you want to install PAM:

- [Download from GitHub.](https://github.com/mrgreentech/pam)
- Clone: `git clone https://github.com/mrgreentech/pam.git`
- Install with Bower: `bower install pam`

Once that's done either use the gzipped file in the `release` folder or the main .less file in the `release/less` folder to use in a project.

### Build from source is easy...

**Prerequisites**: Node and npm

```shell
$ git clone https://github.com/mrgreentech/pam.git
$ cd pam
$ npm i
$ grunt
```

## Issues

Found a bug or have a feature request? First search [reported and closed issues](https://github.com/mrgreentech/pam/issues). If that does not ring a bell feel free to [create a new issue](https://github.com/mrgreentech/pam/issues/new).

## Documentation

Head over to the PAM [style guide](https://mrgreentech.github.io/pam/) for documentation and examples.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -a -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## History
PAM 1.0 A.K.A [Legendary grasshopper](https://github.com/mrgreentech/pam/tree/legendary-grasshopper) is in the making so stay tuned...

#### 1.X
* Total rework of the 0.x pre-release.

For further information about history have a look at the [CHANGELOG](https://github.com/mrgreentech/pam/blob/master/HISTORY.md).

## License

This software is free to use under the Mr Green & Co Technology AB. BSD license.
See the [license file](https://github.com/mrgreentech/pam/blob/master/LICENSE.md) for license text and copyright information.

[LICENSE file]: https://github.com/mrgreentech/pam/blob/master/LICENSE.md