Coder Social home page Coder Social logo

css3-textmate-bundle's Introduction

CSS3 Textmate Bundle

By Matthew Sanders—[email protected]

CSS3 TextMate Bundle - Preview

Includes snippets for vendor-specific properties and (later) syntax highlighting.

Installation

The best way to install this bundle is via command line. Simply copy & paste each line into a terminal window.

Install via Git:

	mkdir -p ~/Library/Application\ Support/TextMate/Bundles
	cd ~/Library/Application\ Support/TextMate/Bundles
	git clone [email protected]:mattsanders/CSS3-TextMate-Bundle.git "CSS3.tmbundle"
	osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: http://github.com/mattsanders/CSS3-TextMate-Bundle/tree/master

Install without Git:

	mkdir -p ~/Library/Application\ Support/TextMate/Bundles
	cd ~/Library/Application\ Support/TextMate/Bundles
	wget http://github.com/mattsanders/CSS3-TextMate-Bundle/tarball/master
	tar zxf mattsanders-CSS3-TextMate-Bundle*.tar.gz
	rm mattsanders-CSS3-TextMate-Bundle*.tar.gz
	mv mattsanders-CSS3-TextMate-Bundle* CSS3.tmbundle
	osascript -e 'tell app "TextMate" to reload bundles'

Basic Commands

These are the basic commands you may use for [TAB]-completion with your stylesheets.

  • animation ( CSS Animations )
  • radius ( border-radius in every combination )
  • boxshadow
  • gradient ( Cross Browser CSS Gradients )
  • nth
  • columns
  • textstroke
  • taphighlight ( Mobile Webkit )
  • textshadow
  • transform ( CSS Transforms )
  • transition ( CSS Transitions )
  • userfocus
  • usermodify
  • userselect
  • rgba
  • hsla
  • hsl

CSS Template

Select File > New From Template > CSS3 > CSS Template

Example

-webkit-user-select:none; /* Webkit */
   -moz-user-select:none; /* Mozilla */
     -o-user-select:none; /* Opera */
        user-select:none; /* Universal */

Author

Matthew Sanders, [email protected]

Website http://optionshft.com Twitter http://twitter.com/mattsanders Dribbble http://dribbble.com/matthew

License

Creative Commons License
CSS3 TextMate Bundle by Matthew Sanders is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

css3-textmate-bundle's People

Contributors

efmatt avatar mattsanders avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.