Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tristen/css3-tmbundle

Textmate snippets for css3 properties with vendor & fallback support
https://github.com/tristen/css3-tmbundle

Last synced: 19 days ago
JSON representation

Textmate snippets for css3 properties with vendor & fallback support

Awesome Lists containing this project

README

        

##CSS3 Textmate Bundle

- - - - - - - - - - - - - - - - - - - - - - -

###Motivation
Inspired and gleaned by [http://css3please.com](http://css3please.com/),
I wanted to create a set of css3 snippets with vendor support and fallback code without
having to google search every time.

###Snippets:

* __radius →|__ border-radius(s)
* __shadow →|__ text-shadow, box-shadow:inset, box-shadow
* __gradiant →|__: gradiant
* __rgba →|__: rgba
* __rotate →|__: rotate
* __transition →|__: transition
* __fontface →|__: @font-face
* __wrap →|__: break-word

###Usage
From the list of snippets above, enter the name followed by the tab key.
__Note__ In some cases you may find more than one option for convenience:

![Snippet Options](http://f.cl.ly/items/320C403N2Q210i2Y3z1L/screenshot.png)

###Installation

1. `$ git clone git://github.com/tristen/css3-tmbundle.git "css3.tmbundle"`
2. Double click and textmate should install into your bundles directory.

###TODOs
* Chained text shadow statements
* Add 'stops' options to gradiants
* [2D and 3D Animation support](http://css3.bradshawenterprises.com/)