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

https://github.com/thinknathan/pcss-foundation

A partial re-implementation of CSS from Foundation for Sites built on PostCSS mixins
https://github.com/thinknathan/pcss-foundation

Last synced: 5 months ago
JSON representation

A partial re-implementation of CSS from Foundation for Sites built on PostCSS mixins

Awesome Lists containing this project

README

          

# PostCSS Foundation for Sites

A partial re-implementation of CSS from [Foundation for Sites](https://get.foundation/) built on PostCSS with `postcss-mixin` instead of SASS.

## Overview

- Static components: included
- Components with JS functionality: not included
- Forms: included
- Typography: included
- Flexbox: Always on, no longer optional
- Utils and mixins: partially included when possible
- Grid: not included (use native CSS grid instead)
- XY-Grid: limited mixins included for backwards compatibility

## Requirements

- NodeJS or equivalent
- [PostCSS](https://postcss.org/)
- [PostCSS-Mixins](https://github.com/postcss/postcss-mixins)

## Installation

`npm install pcss-foundation`
OR
`yarn add pcss-foundation`