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
- Host: GitHub
- URL: https://github.com/thinknathan/pcss-foundation
- Owner: thinknathan
- License: mit
- Created: 2024-04-27T17:31:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T03:24:30.000Z (over 1 year ago)
- Last Synced: 2025-08-09T13:10:18.921Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`