Skip to content

Commit 18189f4

Browse files
author
Nurlan Su
committed
🐱 Updated README.md
1 parent e712f6e commit 18189f4

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

README.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1-
# Coda-Autocomplete-Pops
1+
# Coda Autocomplete Pops
22

3-
Collection of modified .codapop files
3+
## What's this thingie?
4+
5+
This is modified version of original `.codapop` files which comes with Coda 2. Original Pops works only in CSS, LESS and SCSS modes. Actually, this modified version add support of Sass mode. So you can use all Autocomplete-Pops with your files opened in Sass mode.
6+
7+
## What's this pops?
8+
9+
Pops help you to easily change some CSS properties, like `border-radius`, `border-width`, CSS colors, `margin`, etc.
10+
11+
![Color Pop][colorPop]
12+
13+
## Install
14+
15+
#### With git
16+
17+
```
18+
cd /Applications/Coda\ 2.app/Contents/
19+
git clone https://github.com/sumaxime/Coda-Autocomplete-Pops.git temp
20+
cp -r temp/* PlugIns && rm -rf temp
21+
```
22+
23+
#### Without git
24+
25+
```
26+
cd /Applications/Coda\ 2.app/Contents/
27+
curl -L https://github.com/sumaxime/Coda-Autocomplete-Pops/tarball/master | tar xz --strip 1 -C PlugIns
28+
```
29+
30+
#### Manual
31+
32+
1. [Download](https://github.com/sumaxime/Coda-Autocomplete-Pops/archive/master.zip) zip archive.
33+
2. Unarchive it.
34+
3. Go to Applications folder, right click on Coda 2.app and select "Show Package Contents", go to Contents folder.
35+
4. Now just Copy & Paste all `.codapop` files from zip archive to PlugIns folder.
36+
37+
## Changelog
38+
39+
**Version 1.0**
40+
- Added Sass mode support
41+
42+
43+
44+
[colorPop]: http://i.imgur.com/yk9mZIA.png

0 commit comments

Comments
 (0)