Skip to content

Commit

Permalink
Configs: ignores + user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed Jan 9, 2014
1 parent 1ca36ae commit 10ee14f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/yandex.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
],
"sort-order": [
[
"position",
Expand Down Expand Up @@ -65,6 +69,10 @@
"counter-increment",
"resize",
"cursor",
"-webkit-user-select",
"-moz-user-select",
"-ms-user-select",
"user-select",
"nav-index",
"nav-up",
"nav-right",
Expand Down
4 changes: 4 additions & 0 deletions config/zen.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"exclude": [
".git/**",
"node_modules/**"
],
"sort-order": [ [
"position",
"top",
Expand Down

2 comments on commit 10ee14f

@tonyganch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add user-select to yandex but not zen?

@mishanga
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Потому что в Яндексе точно это свойство используется. А раз в zen этого до сих пор нет, то и не надо, видимо. Если кому-то понадобится — пришлет пул-реквест.

Please sign in to comment.