https://github.com/grassator/extremecss.tmbundle
Better CSS Bundle with power of mCSS bundle and spices like CSS3 properties and clever regexp substitutions
https://github.com/grassator/extremecss.tmbundle
Last synced: 10 months ago
JSON representation
Better CSS Bundle with power of mCSS bundle and spices like CSS3 properties and clever regexp substitutions
- Host: GitHub
- URL: https://github.com/grassator/extremecss.tmbundle
- Owner: grassator
- Created: 2011-02-10T08:18:35.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T12:42:28.000Z (almost 12 years ago)
- Last Synced: 2023-04-09T14:49:34.008Z (almost 3 years ago)
- Language: Ruby
- Homepage: http://kubyshkin.ru/extras/
- Size: 310 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# ExtremeCSS TextMate Bundle
This bundle is intended for hardcore CSS coders who want to maximize
their productivity. It is originally inspired by
[mCSS bundle](https://github.com/minimaldesign/mCSS.tmbundle)
but it's smarter and more feature-rich:
* Intelligent value and color input
* More snippets to support CSS 3 attributes
* Duplicate rule/selector command (`ctrl+shift+d`)
## Installation (TextMate)
* Load TextMate and disable or remove default CSS bundle
* Open up Terminal.app
* Execute this command:
`cd ~/Library/"Application Support"/TextMate/Bundles/`
* If that directory wasn't found, you'll need to create it, then:
* `git clone git://github.com/grassator/ExtremeCSS.tmbundle.git`
* Restart TextMate or in menu choose
*Bundles -> Bundle Editor -> Reload Bundles*
## Installation (Sublime Text 2)
Open up Terminal.app and execute these commands:
cd ~/Library/"Application Support"/"Sublime Text 2"/Packages/
git clone git://github.com/grassator/ExtremeCSS.tmbundle.git ExtremeCSS`