Skip to content

Commit 89f0e52

Browse files
committed
Updated descriptions and dependencies all over the place
1 parent 7f53499 commit 89f0e52

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# SassyLists [![Gem Version](https://badge.fury.io/rb/SassyLists.png)](http://badge.fury.io/rb/SassyLists)
22

3-
Here is a [Compass Extension](http://compass-style.org/) providing you all functions you need to manipulate your [Sass](http://sass-lang.com/) lists. See complete documentation [here](http://sassylists.com/).
3+
Here is a powerful toolbox providing you all the functions you need to manipulate your [Sass](http://sass-lang.com/) lists. See complete documentation [here](http://sassylists.com/).
44

55
## How to use it
66

77
### Install with Gem
88

99
1. `gem install SassyLists`
10-
2. Add `require 'SassyLists'` to your `config.rb`
11-
3. Import it in your stylesheets with `@import 'SassyLists'`
1210

1311
### Install with [Bower](http://bower.io/ "BOWER: A package manager for the web")
1412
1. `bower install SassyLists --save-dev`
@@ -54,8 +52,7 @@ If you feel like an explorer, you can have a look at the code [here](https://git
5452

5553
## Requirements
5654

57-
* Sass ~> 3.3.0
58-
* Compass ~> 1.0.0
55+
* Sass ~> 3.3
5956

6057
If you are looking for the last version of SassyLists running on Sass 3.2, install `0.4.9`.
6158

@@ -70,4 +67,4 @@ Some functions depend on other functions. If you include functions individually,
7067

7168
## Credits
7269

73-
A million thanks to [Vinay Raghu](http://viii.in/) for making this Compass extension out of my original work and to [Team-Sass](https://github.com/Team-Sass) for their [Compass Extension template](https://github.com/Team-Sass/Compass-Extension-Template).
70+
A lot of thanks to all contributors and to [Team-Sass](https://github.com/Team-Sass) for their support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": {
2121
"url": "https://github.com/Team-Sass/SassyLists/issues"
2222
},
23-
"homepage": "https://github.com/Team-Sass/SassyLists",
23+
"homepage": "https://sassylists.com",
2424
"devDependencies": {
2525
"grunt-contrib-sass": "~0.7.2",
2626
"grunt": "~0.4.2",

sache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "SassyLists",
3-
"description": "Here is a Compass Extension providing you all functions you need to manipulate your Sass lists",
3+
"description": "Here is a powerful toolbox providing you all the functions you need to manipulate your Sass lists",
44
"tags": ["sass", "lists", "dry", "performance", "code-quality"]
55
}

0 commit comments

Comments
 (0)