Skip to content

juanghurtado/less-elements.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

LESS Elements TextMate bundle

This TextMate Bundle supports version 0.9 of LESS Elements.

Install

Through Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/juanghurtado/less-elements.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

Without Git:

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

What is LESS Elements?

LESS Elements is a set of useful mixins for the LESS CSS pre-processor to help you cut down the size of your stylesheets.

What is LESS?

LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.

What is Textmate?

TextMate brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike.

Contribute

If you think there is something wrong in this Bundle, please yell at me at this project issues page. If you want to make a modification by yourself, fork this project and send me the pull request.

Authors

About

TextMate bundle for LESS Elements

Resources

Stars

Watchers

Forks

Packages

No packages published