Skip to content

jimjeffers/Advanced-CSS-Textmate-Bundles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Advanced CSS Textmate Bundles

This is a collection of bundles that I’ve created to encourage and enhance best practices in css. The library currently contains two bundles.

  1. CSS Comments
  2. CSS (proprietary)

CSS Comments

This bundle contains snippets that use ‘/’ as a tab trigger. This bundle allows you to implement advanced comments for declaring authorship, defining sections, or embedding best practices into your css file.

CSS (proprietary)

Are you tired of trying to remember all of the -webkit or -moz properties for box shadow or border radius? Yeah me too! I don’t want to use ecssxtender yet either. It seems to complex and slow on my high end macbookpro so I’d rather do the legwork of embedding those styles into my css.

This bundle will make that a piece of cake. It embeds the proprietary properties beneath the official rule for you. Type the rule in once and it binds the values to all of the proprietary methods! If you need to adjust it just delete the block of indented rules below the rule and use the tab trigger again. This is a very simple solution. Of course your css file gets quite large due to the repetition of rules. It’s our best bet for performance at the moment!

About

Bundles that allow you to utilize advanced CSS and incorporate best practices into your code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published