Skip to content

Commit

Permalink
update to a bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
tilomitra committed Sep 27, 2013
1 parent 6c1cbaf commit 9a43926
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 489 deletions.
22 changes: 14 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ gallerycss-cssextras Change Log

View meta/gallerycss-cssextras.json to view the current version.

0.1
---

* Initial Release
NEXT
----

* Made it available through Bower: `bower install pure-extras`
* (!) Rename all prefixes to use `pure-*` from `yui3-*`

0.2
---
Expand All @@ -17,27 +17,33 @@ Lots of changes in this revision as I make CSSExtras play nice with other CSS mo
## Global

* Remove `code` and `pre` styles. Pull in gallerycss-csstypography if you need these.
* Remove text-shadows and drop-shadows across the board.
* Remove text-shadows and drop-shadows across the board.
* Colors have been tweaked to work well with each other. For example, .yui3-badge-success uses the same color as .yui3-alert-success.

### Alerts
* Change `yui3-alert` styles. They adopt a flatter look now.
* Change `yui3-alert` styles. They adopt a flatter look now.
* Remove `white-space: no-wrap`.
* Add a default `yui3-alert`.
* Remove `yui3-alert-info` and replace with `yui3-alert-warning`.
* Add `yui3-alert-success`.

### Badges
* Badges have a flatter look too.
* Badges have a flatter look too.
* `yui3-badge-important` renamed to `yui3-badge-error` for semantic consistency with other code.
* Color changed for `yui3-badge-info`.

###Thumbnails
* Layout has been changed under the hood. It is assumed that thumbnails will be used within a grid unit that specifies it's width.
* Layout has been changed under the hood. It is assumed that thumbnails will be used within a grid unit that specifies it's width.
* All thumbnail items should have a `.yui3-thumb` classname. The thumbnail image rules are specified off this class name. Thumbnails can optionally have `yui3-thumb-rounded`, `.yui3-thumb-eliptical`, `.yui3-thumb-bordered`. Check the [examples](http://tilomitra.github.io/cssextras) for more information.

###Buttons
* Add more button styles (yay!) (`.yui3-button-selected`, `.yui3-button-success`, `.yui3-button-secondary`, `.yui3-button-warning`, `.yui3-button-error`)


0.1
---

* Initial Release



16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
gallerycss-cssextras
====================
Pure Extras
===========

Simple CSS for all those common UI elements that a web application needs.
Simple CSS for all those common UI elements that a web application needs. Built on the [Pure](http://purecss.io) CSS framework.


What is it?
-----------

`gallerycss-cssextras` is a [YUI Gallery](http://yuilibrary.com/gallery/) module that makes it easy to style common UI elements by just adding class names. Take a look at the [examples and docs](http://tilomitra.github.com/cssextras/).
Pure Extras is a set of CSS rules that makes it easier to create common UI components for the web. It is available through Bower:

bower install pure-extras

Or through the [YUI Gallery](http://yuilibrary.com/gallery/), under the name `gallerycss-cssextras`. Take a look at the [examples and docs](http://tilomitra.github.com/cssextras/).


What about older browsers?
Expand All @@ -19,10 +23,10 @@ Since it's all CSS, nothing breaks in older browsers. This module is tested on I
Dependencies
------------

* [cssbutton](http://yuilibrary.com/yui/docs/button/#usecssbutton) if you wish to adopt the button styles.
* [Pure](http://purecss.io)

Links
-----

[View the source](https://github.com/tilomitra/cssextras/) on Github. Documentation for this module can be found on [Github Pages](http://tilomitra.github.com/cssextras/)
[View the source](https://github.io/tilomitra/cssextras/) on Github. Documentation for this module can be found on [Github Pages](http://tilomitra.github.io/cssextras/)

16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Pure Extras",
"version": "0.3.0",
"main": "css/pure-extras.css",
"ignore": [
".jshintrc",
"**/*.txt",
"meta/",
"tests/",
"build.json",
"README.md"
],
"dependencies": {
"pure": "0.3.0"
}
}
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"builds": {
"gallerycss-cssextras": {
"cssfiles": [
"cssextras.css"
"pure-extras.css"
]
}
}
Expand Down
Loading

0 comments on commit 9a43926

Please sign in to comment.