What is it?
Paeroa is a CSS framework, inspired by the same principals of Tacit CSS - but with some improvements, it's not a fully "classless" CSS, but a class minimal CSS framework, including typographical improvements with an improved design & style; making for a clean, stylish and simple CSS framework.
Usage
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/t94xr/paeroa-css/0.4/paeroa.css" />
Customisation
I constructed this CSS framework using SCSS.
paeroa.scss (SCSS main file) \scss |- _extras.scss |- _fonts.scss |- _tables.scss |- _variables.scss paeroa.css (output CSS file)
Development
If you've noticed there is no form fields CSS. I haven't got to developing the CSS for that - I don't generally write much CSS or any, for form fieldsets - so it wasn't an important aspect to include.
Why?
As a designer, I like to make clean, stylish and simple websites - suitable for documentation, blogs and similar content orientated designs.
I found writing a CSS framework, adopting SASS/SCSS and buillding it up, it was easier managing my template design for Statamic; which is what I use as a CMS software for my own website.