Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tristen/css3-tmbundle
- Owner: tristen
- Created: 2011-02-28T01:57:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-11T03:11:25.000Z (over 13 years ago)
- Last Synced: 2024-11-15T23:07:01.525Z (about 1 month ago)
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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/)