Skip to content

Commit

Permalink
main.sass, indent 4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmikolajczyk committed Mar 2, 2014
1 parent 67f19c5 commit 52c3931
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
Expand Down
2 changes: 1 addition & 1 deletion templates/common/root/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
2 changes: 1 addition & 1 deletion templates/common/root/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
Expand Down
13 changes: 6 additions & 7 deletions templates/common/root/app/styles/main.sass
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Your app's CSS, go crazy, make it your own */
/* Your app's SASS, go crazy, make it your own */

.ionic-logo {
display: block;
margin: 15px auto;
width: 96px;
height: 96px;
}
.ionic-logo
display: block
margin: 15px auto
width: 96px
height: 96px

0 comments on commit 52c3931

Please sign in to comment.