Skip to content

Commit

Permalink
Don't use less for pager and add csslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp committed Sep 2, 2013
1 parent 8074ec1 commit 94d5bb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ackrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Always color, even if piping to another program
--color

# Use my less options
--pager=less -iqRS

# HAML & SASS
--type-add=css=.sass,.scss
--type-add=html=.dust
Expand Down
10 changes: 10 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"adjoining-classes": false,
"box-model": false,
"compatible-vendor-prefixes": false,
"import": false,
"important": false,
"overqualified-elements": false,
"text-indent": false,
"ids": false
}

0 comments on commit 94d5bb6

Please sign in to comment.