mirror of
https://github.com/cjcenizal/flexbox-patterns.git
synced 2025-01-16 20:08:17 +01:00
Flexbox Patterns
This repository contains the original CSS used for the components at www.flexboxpatterns.com. Feel free to use these styles however you like!
Getting started
Assuming you have Node installed, you can install the project dependencies with
npm install
. This will install PostCSS and Autoprefixer; two critical tools
for making your CSS cross-browser compatible.
Commands
npm run build
This command will concatenate the source CSS files into a single CSS file, and
then use PostCSS to add various vendor-prefixed properties. Open up
dist/index.html
to see a demo page of the various flexbox patterns in the
browser.
Description
Languages
CSS
65.1%
HTML
34.9%