Skip to content

Commit

Permalink
Merged branch feature into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Grift committed Feb 19, 2017
2 parents b4bf126 + f5b5475 commit 01d7bb9
Show file tree
Hide file tree
Showing 32 changed files with 5,108 additions and 3,726 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
v2.0.0
=======================================================
(february 14 2017)

- Removed the entire flexbox module ([see issue 6](https://github.com/getpavilion/pavilion/issues/6))
- Removed most of the utilities, too bloated and not in line with the Pavilion principles.
- Removed opinionated classes like .split, .summary and dropcaps.
- Added the proper styling for links styled as buttons
- Added responsive typography
- Added modular typography calculation
- Added .center-block class to utils for centering elements easy.
- Changed reordering columns: push, pulls and offsets are now breakpoint specific instead of bleeding upward.
- Changed variables.scss: new structure and names.
- Exchanged Grunt for Gulp for speed gains
- A lot of minor fixes and changes.
- New website.

v1.0.31
=======================================================
(december 27 2016)

- Added class for full width buttons


v1.0.28 / v1.0.30
=======================================================
(november 4 2016)
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
[![Bower version](https://badge.fury.io/bo/pavilion.svg)](https://badge.fury.io/bo/pavilion)
[![Dependencies Status](https://david-dm.org/getpavilion/pavilion.svg)](https://travis-ci.org/getpavilion/pavilion)

## A solid startingpoint
## A solid startingpoint without the bloat.

Pavilion was created out of the need for a simple, unopinionated CSS framework, ready for the future. Pavilion is built for front-end web developers who tend to never use the hundreds of pre-made UI components most frameworks ship with.
Built for front-end developers who lean towards creativity, exploration and creating UI components themselves from the ground up whilst depending on a solid foundation with future-proof capabilities.
Pavilion is a CSS framework for developers who tend to never use the hundreds of pre-made UI components other CSS frameworks ship with. Pre-made UI elements never really suit your needs and you’ll end up customizing them anyway. Therefore Pavilion only ships with basic, common components. The rest is up to you.

[Go to the docs](http://www.pavilion.io/documentation)
Written in SCSS, Pavilion lays down the groundwork with tried and tested core settings for accesability, readability and responsiveness. It includes an easy to understand grid system to create the layouts you need. Basic components like buttons, lists, forms and tables have appealing yet minimal styling.

All of Pavilion’s CSS properties and settings — may it be for typography or for breakpoints — are derived from its core `variables.scss` file. This makes customizing Pavilion a walk in the park — not an annoying CSS puzzle.

[Go to the docs](http://www.pavilion.io/docs)
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pavilion",
"version": "1.0.31",
"description": "A simple, unopinionated CSS framework, ready for the future.",
"version": "2.0.1",
"description": "Pavilion CSS Framework. A solid starting point without the bloat.",
"homepage": "http://www.pavilion.io",
"license": "MIT",
"author": "Baasdesign <info@baasdesign.com>",
Expand All @@ -14,7 +14,9 @@
"bootstrap",
"scss",
"css",
"web"
"web",
"pavilion",
"skeleton"
],
"ignore": [
"prepros.cfg",
Expand Down
Loading

0 comments on commit 01d7bb9

Please # to comment.