purist-css
Version:
Purist a complete reimagining of Yahoo's Pure to be less opinionated and more abstracted.
37 lines (26 loc) • 1.39 kB
Markdown

# Purist
Purist a complete reimagining of [Yahoo's Pure](http://purecss.io) to be less opinionated and more abstracted. It uses the [BEM](getbem.com) methodology and the [UI namespaces](https://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/) developed by Harry Roberts.
* [API Reference](https://github.com/eric-harms/purist/blob/master/doc/api/api.md)
* [Contribution Guidelines](https://github.com/eric-harms/purist/blob/master/CONTRIBUTING.md)
# Building from Source
Purist can be be built three different ways, depending on your need.
| Type | Command line |
| ----------- | ------------ |
| Full build | $ grunt |
| Core only | $ grunt core |
| Skin Only | $ grunt skin |
## Contribute & Develop
We've set up a separate document for our [contribution guidelines](https://github.com/eric-harms/purist/blob/master/CONTRIBUTING.md).
## Browser Support
| Browser | Version |
| ------------------ | ------- |
| Internet Explorer | 9+ |
| Edge | 12+ |
| Firefox | 42+ |
| Chrome | 45+ |
| Safari | 9+ |
| Opera | 34+ |
| iOS Safari | 8.4+ |
| Android Browser | 4.4+ |
| Chrome for Android | 47+ |