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.
- Host: GitHub
- URL: https://github.com/mrgreentech/pam
- Owner: mrgreentech
- License: other
- Created: 2017-03-14T20:41:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T14:11:52.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T01:13:32.378Z (6 months ago)
- Topics: amcss, css, html, modular, pam
- Language: CSS
- Homepage: https://mrgreentech.github.io/pam/
- Size: 1.91 MB
- Stars: 11
- Watchers: 14
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [PAM](https://mrgreentech.github.io/pam/)
[](https://travis-ci.org/mrgreentech/pam)
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