Browse Source

Fixes conflict

pull/613/merge^2
Daijiro Wachi 11 years ago
parent
commit
6312263cdd
  1. 3
      Gruntfile.js
  2. 2
      _config.yml
  3. 2
      dist/css/ratchet-theme-android.css
  4. 2
      dist/css/ratchet-theme-android.min.css
  5. 2
      dist/css/ratchet-theme-ios.css
  6. 2
      dist/css/ratchet-theme-ios.min.css
  7. 6
      dist/css/ratchet.css
  8. 2
      dist/css/ratchet.min.css
  9. 8
      docs/assets/css/docs.css
  10. 2
      docs/assets/css/docs.min.css
  11. 2
      docs/dist/css/ratchet-theme-android.css
  12. 2
      docs/dist/css/ratchet-theme-android.min.css
  13. 2
      docs/dist/css/ratchet-theme-ios.css
  14. 2
      docs/dist/css/ratchet-theme-ios.min.css
  15. 6
      docs/dist/css/ratchet.css
  16. 2
      docs/dist/css/ratchet.min.css
  17. 1
      docs/robots.txt
  18. 1
      docs/sitemap.xml
  19. 10
      js/.jscsrc
  20. 18
      package.json
  21. 12
      sass/.csscomb.json

3
Gruntfile.js

@ -230,7 +230,8 @@ module.exports = function(grunt) {
reset: true, reset: true,
relaxerror: [ relaxerror: [
'Attribute ontouchstart not allowed on element body at this point.', 'Attribute ontouchstart not allowed on element body at this point.',
'Bad value X-UA-Compatible for attribute http-equiv on element meta.' 'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
'Consider using the h1 element as a top-level heading only \\(all h1 elements are treated as top-level headings by many screen readers and other tools\\)\\.'
] ]
}, },
files: { files: {

2
_config.yml

@ -4,7 +4,7 @@ authors: Connor Sears
description: Build mobile apps with simple HTML, CSS, and JS components. description: Build mobile apps with simple HTML, CSS, and JS components.
# Dependencies # Dependencies
pygments: true highlighter: pygments
# Permalinks # Permalinks
permalink: pretty permalink: pretty

2
dist/css/ratchet-theme-android.css vendored

@ -143,7 +143,7 @@ a:active {
.btn-link { .btn-link {
color: #33b5e5; color: #33b5e5;
background-color: transparent; background-color: transparent;
border: none; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }

2
dist/css/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/css/ratchet-theme-ios.css vendored

@ -99,7 +99,7 @@ p {
.btn-link { .btn-link {
color: #007aff; color: #007aff;
background-color: transparent; background-color: transparent;
border: none; border: 0;
} }
.btn-link:active, .btn-link.active { .btn-link:active, .btn-link.active {
color: #0062cc; color: #0062cc;

2
dist/css/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long

6
dist/css/ratchet.css vendored

@ -312,7 +312,7 @@ a:active {
.clearfix:before, .clearfix:after { .clearfix:before, .clearfix:after {
display: table; display: table;
content: " "; content: ' ';
} }
.clearfix:after { .clearfix:after {
clear: both; clear: both;
@ -1173,7 +1173,7 @@ select {
font-size: 13px; font-size: 13px;
color: #999; color: #999;
text-transform: uppercase; text-transform: uppercase;
content: "Off"; content: 'Off';
} }
.toggle.active { .toggle.active {
background-color: #5cb85c; background-color: #5cb85c;
@ -1189,7 +1189,7 @@ select {
right: auto; right: auto;
left: 15px; left: 15px;
color: #fff; color: #fff;
content: "On"; content: 'On';
} }
.toggle input[type="checkbox"] { .toggle input[type="checkbox"] {
display: none; display: none;

2
dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

8
docs/assets/css/docs.css

@ -64,7 +64,7 @@ body {
background-image: -ms-linear-gradient(45deg, #0a1855 0%, #da0024 100%); background-image: -ms-linear-gradient(45deg, #0a1855 0%, #da0024 100%);
background-image: -o-linear-gradient(45deg, #0a1855 0%, #da0024 100%); background-image: -o-linear-gradient(45deg, #0a1855 0%, #da0024 100%);
background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1855', endColorstr='#da0024', GradientType=1 ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1855', endColorstr='#da0024', GradientType=1);
} }
.docs-header { .docs-header {
@ -913,7 +913,7 @@ hr {
.column-group:before, .column-group:after { .column-group:before, .column-group:after {
display: table; display: table;
content: " "; content: ' ';
} }
.column-group:after { .column-group:after {
clear: both; clear: both;
@ -1055,7 +1055,7 @@ hr {
.platform-ios .btn-link { .platform-ios .btn-link {
color: #007aff; color: #007aff;
background-color: transparent; background-color: transparent;
border: none; border: 0;
} }
.platform-ios .btn-link:active, .platform-ios .btn-link.active { .platform-ios .btn-link:active, .platform-ios .btn-link.active {
color: #0062cc; color: #0062cc;
@ -1521,7 +1521,7 @@ hr {
.platform-android .btn-link { .platform-android .btn-link {
color: #33b5e5; color: #33b5e5;
background-color: transparent; background-color: transparent;
border: none; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }

2
docs/assets/css/docs.min.css vendored

File diff suppressed because one or more lines are too long

2
docs/dist/css/ratchet-theme-android.css vendored

@ -143,7 +143,7 @@ a:active {
.btn-link { .btn-link {
color: #33b5e5; color: #33b5e5;
background-color: transparent; background-color: transparent;
border: none; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }

2
docs/dist/css/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

2
docs/dist/css/ratchet-theme-ios.css vendored

@ -99,7 +99,7 @@ p {
.btn-link { .btn-link {
color: #007aff; color: #007aff;
background-color: transparent; background-color: transparent;
border: none; border: 0;
} }
.btn-link:active, .btn-link.active { .btn-link:active, .btn-link.active {
color: #0062cc; color: #0062cc;

2
docs/dist/css/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long

6
docs/dist/css/ratchet.css vendored

@ -312,7 +312,7 @@ a:active {
.clearfix:before, .clearfix:after { .clearfix:before, .clearfix:after {
display: table; display: table;
content: " "; content: ' ';
} }
.clearfix:after { .clearfix:after {
clear: both; clear: both;
@ -1173,7 +1173,7 @@ select {
font-size: 13px; font-size: 13px;
color: #999; color: #999;
text-transform: uppercase; text-transform: uppercase;
content: "Off"; content: 'Off';
} }
.toggle.active { .toggle.active {
background-color: #5cb85c; background-color: #5cb85c;
@ -1189,7 +1189,7 @@ select {
right: auto; right: auto;
left: 15px; left: 15px;
color: #fff; color: #fff;
content: "On"; content: 'On';
} }
.toggle input[type="checkbox"] { .toggle input[type="checkbox"] {
display: none; display: none;

2
docs/dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

1
docs/robots.txt

@ -1,5 +1,4 @@
--- ---
layout: nil
--- ---
# www.robotstxt.org/ # www.robotstxt.org/

1
docs/sitemap.xml

@ -1,5 +1,4 @@
--- ---
layout: nil
--- ---
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>

10
js/.jscsrc

@ -1,30 +1,32 @@
{ {
"disallowEmptyBlocks": true, "disallowEmptyBlocks": true,
"disallowKeywords": ["with"], "disallowKeywords": ["with"],
"disallowLeftStickedOperators": ["?", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowMixedSpacesAndTabs": true, "disallowMixedSpacesAndTabs": true,
"disallowMultipleLineStrings": true, "disallowMultipleLineStrings": true,
"disallowMultipleVarDecl": true, "disallowMultipleVarDecl": true,
"disallowQuotedKeysInObjects": "allButReserved", "disallowQuotedKeysInObjects": "allButReserved",
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "disallowSpaceAfterPrefixUnaryOperators": ["!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
"disallowSpacesInsideArrayBrackets": true, "disallowSpacesInsideArrayBrackets": true,
"disallowSpacesInsideParentheses": true, "disallowSpacesInsideParentheses": true,
"disallowTrailingComma": true,
"disallowTrailingWhitespace": true, "disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true, "requireCamelCaseOrUpperCaseIdentifiers": true,
"requireCapitalizedConstructors": true, "requireCapitalizedConstructors": true,
"requireCommaBeforeLineBreak": true, "requireCommaBeforeLineBreak": true,
"requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch", "case", "default"], "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch", "case", "default"],
"requireDotNotation": true, "requireDotNotation": true,
"requireLeftStickedOperators": [","],
"requireLineFeedAtFileEnd": true, "requireLineFeedAtFileEnd": true,
"requireParenthesesAroundIIFE": true, "requireParenthesesAroundIIFE": true,
"requireRightStickedOperators": ["!"],
"requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="], "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"], "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"requireSpaceAfterLineComment": true,
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="], "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true }, "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true }, "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },

18
package.json

@ -27,23 +27,23 @@
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0", "grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.4.0", "grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.5.0", "grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0", "grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3", "grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0", "grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~2.0.1", "grunt-csscomb": "~3.0.0",
"grunt-html-validation": "~0.1.17", "grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2", "grunt-jekyll": "~0.4.2",
"grunt-jscs-checker": "~0.4.4",
"grunt-scss-lint": "^0.1.11", "grunt-scss-lint": "^0.1.11",
"grunt-jscs": "~0.6.2",
"grunt-sed": "~0.1.1", "grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.4.0", "load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.3.1" "time-grunt": "~0.4.0"
}, },
"engines": { "engines": {
"node": "~0.10.1" "node": "~0.10.1"

12
sass/.csscomb.json

@ -1,16 +1,20 @@
{ {
"always-semicolon": true, "always-semicolon": true,
"block-indent": 2, "block-indent": 2,
"colon-space": [0, 1],
"color-case": "lower", "color-case": "lower",
"color-shorthand": true, "color-shorthand": true,
"combinator-space": true,
"element-case": "lower", "element-case": "lower",
"eof-newline": true, "eof-newline": true,
"leading-zero": false, "leading-zero": false,
"remove-empty-rulesets": true, "remove-empty-rulesets": true,
"rule-indent": 2, "space-after-colon": 1,
"stick-brace": " ", "space-after-combinator": 1,
"space-after-declaration": "\n",
"space-after-opening-brace": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": 0,
"space-before-combinator": 1,
"space-before-opening-brace": 1,
"strip-spaces": true, "strip-spaces": true,
"unitless-zero": true, "unitless-zero": true,
"vendor-prefix-align": true, "vendor-prefix-align": true,

Loading…
Cancel
Save