card 1.93.3 → 1.93.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/db/migrate/20170908114452_increase_text_size_for_delayed_jobs.rb +9 -0
  4. data/db/migrate_core_cards/data/cards/*header +2 -2
  5. data/lib/card/format/nest.rb +12 -5
  6. data/lib/card/format/nest/fetch.rb +1 -2
  7. data/lib/card/format/render.rb +2 -2
  8. data/lib/card/model/save_helper.rb +1 -1
  9. data/lib/card/set/format/haml_views.rb +7 -3
  10. data/lib/card/subcards.rb +27 -228
  11. data/lib/card/subcards/add.rb +121 -0
  12. data/lib/card/subcards/relate.rb +27 -0
  13. data/lib/card/subcards/remove.rb +42 -0
  14. data/lib/card/tasks/card/create.rake +35 -132
  15. data/lib/card/tasks/card/file_card_creator.rb +25 -0
  16. data/lib/card/tasks/card/file_card_creator/abstract_file_card.rb +44 -0
  17. data/lib/card/tasks/card/file_card_creator/abstract_file_card/migration_file.rb +49 -0
  18. data/lib/card/tasks/card/file_card_creator/abstract_file_card/ruby_file.rb +30 -0
  19. data/lib/card/tasks/card/file_card_creator/abstract_file_card/source_file.rb +36 -0
  20. data/lib/card/tasks/card/file_card_creator/haml_card.rb +42 -0
  21. data/lib/card/tasks/card/file_card_creator/output_helper.rb +50 -0
  22. data/lib/card/tasks/card/file_card_creator/script_card.rb +33 -0
  23. data/lib/card/tasks/card/file_card_creator/style_card.rb +25 -0
  24. data/lib/generators/card/template/template_generator.rb +1 -1
  25. data/mod/account/set/self/account_links.rb +1 -1
  26. data/mod/basic_formats/set/all/all_csv.rb +63 -0
  27. data/mod/basic_formats/set/all/json.rb +4 -1
  28. data/mod/bootstrap/db/migrate_cards/20170719163733_update_bootswatch_themes_to_4_beta.rb +5 -2
  29. data/mod/carrierwave/set/abstract/attachment.rb +1 -2
  30. data/mod/core/set/abstract/haml_file.rb +20 -0
  31. data/mod/core/set/all/chunk.rb +125 -0
  32. data/mod/core/set/all/collection.rb +2 -351
  33. data/mod/core/set/all/content.rb +26 -7
  34. data/mod/core/set/all/extended.rb +45 -0
  35. data/mod/core/set/all/haml.rb +3 -7
  36. data/mod/core/set/all/item.rb +92 -0
  37. data/mod/core/set/all/name.rb +36 -0
  38. data/mod/core/set/all/subcards.rb +21 -12
  39. data/mod/core/set/all/tabs.rb +50 -0
  40. data/mod/core/set/all/trash.rb +4 -0
  41. data/mod/core/spec/set/all/chunk_spec.rb +45 -0
  42. data/mod/core/spec/set/all/collection_spec.rb +6 -6
  43. data/mod/history/set/all/action_view.rb +1 -1
  44. data/mod/machines/lib/javascript/decko.js.coffee +3 -0
  45. data/mod/pointer/set/abstract/02_pointer/edit.rb +0 -2
  46. data/mod/search/set/abstract/search.rb +1 -1
  47. data/mod/search/set/all/filter.rb +0 -2
  48. data/mod/search/template/all/filter/_filter_input.haml +1 -1
  49. data/mod/search/template/all/filter/filter_form.haml +1 -1
  50. data/mod/standard/set/all/rich_html/editing.rb +1 -1
  51. data/mod/standard/set/all/rich_html/form.rb +6 -7
  52. data/mod/standard/set/all/rich_html/menu.rb +2 -3
  53. data/mod/standard/set/all/rich_html/toolbar.rb +3 -4
  54. data/mod/standard/set/type/cardtype.rb +1 -1
  55. data/mod/standard/spec/set/all/rich_html/editing_spec.rb +15 -4
  56. data/mod/tinymce_editor/db/migrate_cards/{20171113233150_update_tinymce_config.rb → 20171113233151_update_tinymce_config.rb} +1 -0
  57. metadata +25 -161
  58. data/.rspec +0 -4
  59. data/card.gemspec +0 -87
  60. data/db/seed/test/fixtures/.gitkeep +0 -0
  61. data/mod/bootstrap/vendor/bootstrap/.babelrc.js +0 -16
  62. data/mod/bootstrap/vendor/bootstrap/.editorconfig +0 -17
  63. data/mod/bootstrap/vendor/bootstrap/.eslintignore +0 -3
  64. data/mod/bootstrap/vendor/bootstrap/.gitattributes +0 -16
  65. data/mod/bootstrap/vendor/bootstrap/.github/CONTRIBUTING.md +0 -252
  66. data/mod/bootstrap/vendor/bootstrap/.github/ISSUE_TEMPLATE.md +0 -22
  67. data/mod/bootstrap/vendor/bootstrap/.gitignore +0 -46
  68. data/mod/bootstrap/vendor/bootstrap/.hound.yml +0 -19
  69. data/mod/bootstrap/vendor/bootstrap/.houndignore +0 -4
  70. data/mod/bootstrap/vendor/bootstrap/.travis.yml +0 -32
  71. data/mod/bootstrap/vendor/bootstrap/build/.htmllintrc +0 -19
  72. data/mod/bootstrap/vendor/bootstrap/build/.stylelintrc +0 -248
  73. data/mod/bootstrap/vendor/bootstrap/docs/4.0/examples/.stylelintrc +0 -12
  74. data/mod/bootstrap/vendor/bootstrap/js/.eslintrc.json +0 -240
  75. data/mod/bootstrap/vendor/bootstrap/js/tests/.eslintrc.json +0 -46
  76. data/mod/bootstrap/vendor/bootswatch/.gitignore +0 -7
  77. data/mod/bootstrap/vendor/bootswatch/.npmignore +0 -12
  78. data/mod/bootstrap/vendor/bootswatch/.travis.yml +0 -21
  79. data/mod/bootstrap/vendor/bootswatch/docs/.nojekyll +0 -0
  80. data/mod/bootstrap/vendor/bootswatch/docs/2/.travis.yml +0 -15
  81. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.bower.json +0 -20
  82. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.gitignore +0 -37
  83. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.travis.yml +0 -3
  84. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/.jshintrc +0 -12
  85. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.bower.json +0 -20
  86. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.gitignore +0 -1
  87. data/mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/.gitignore +0 -1
  88. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/.bower.json +0 -45
  89. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/.bower.json +0 -44
  90. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/.jshintrc +0 -7
  91. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jscsrc +0 -42
  92. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jshintrc +0 -15
  93. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csscomb.json +0 -304
  94. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csslintrc +0 -19
  95. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.bower.json +0 -14
  96. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.gitignore +0 -32
  97. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/.bower.json +0 -25
  98. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/.bower.json +0 -38
  99. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/.bower.json +0 -20
  100. data/mod/bootstrap/vendor/select2/.editorconfig +0 -6
  101. data/mod/bootstrap/vendor/select2/.github/CONTRIBUTING.md +0 -204
  102. data/mod/bootstrap/vendor/select2/.github/ISSUE_TEMPLATE.md +0 -46
  103. data/mod/bootstrap/vendor/select2/.github/PULL_REQUEST_TEMPLATE.md +0 -13
  104. data/mod/bootstrap/vendor/select2/.gitignore +0 -3
  105. data/mod/bootstrap/vendor/select2/.jshintignore +0 -4
  106. data/mod/bootstrap/vendor/select2/.jshintrc +0 -25
  107. data/mod/bootstrap/vendor/select2/.travis.yml +0 -22
  108. data/script/fetch_bootswatch_themes.rb +0 -38
  109. data/spec/config/initializers/core_extensions_spec.rb +0 -47
  110. data/spec/config/initializers/patches/active_job_spec.rb +0 -7
  111. data/spec/lib/card/action_spec.rb +0 -15
  112. data/spec/lib/card/auth_spec.rb +0 -58
  113. data/spec/lib/card/cache_spec.rb +0 -116
  114. data/spec/lib/card/chunk_spec.rb +0 -18
  115. data/spec/lib/card/codename_spec.rb +0 -66
  116. data/spec/lib/card/content_spec.rb +0 -428
  117. data/spec/lib/card/diff_spec.rb +0 -208
  118. data/spec/lib/card/format/nest_spec.rb +0 -13
  119. data/spec/lib/card/format/render_spec.rb +0 -26
  120. data/spec/lib/card/format_spec.rb +0 -117
  121. data/spec/lib/card/i18n_spec.rb +0 -24
  122. data/spec/lib/card/loader/Modfile +0 -2
  123. data/spec/lib/card/loader_spec.rb +0 -98
  124. data/spec/lib/card/migration/import_spec.rb +0 -80
  125. data/spec/lib/card/mod/loader/mod_dirs.rb +0 -8
  126. data/spec/lib/card/mod/loader/set_loader_spec.rb +0 -19
  127. data/spec/lib/card/mod/loader/set_pattern_loader_spec.rb +0 -19
  128. data/spec/lib/card/name/fields_and_traits_spec.rb +0 -18
  129. data/spec/lib/card/name_spec.rb +0 -70
  130. data/spec/lib/card/query/sorting_spec.rb +0 -68
  131. data/spec/lib/card/query_spec.rb +0 -574
  132. data/spec/lib/card/reference_spec.rb +0 -212
  133. data/spec/lib/card/set/event_spec.rb +0 -22
  134. data/spec/lib/card/set/trait_spec.rb +0 -80
  135. data/spec/lib/card/set_pattern_spec.rb +0 -59
  136. data/spec/lib/card/set_spec.rb +0 -89
  137. data/spec/lib/card/stage_director_spec.rb +0 -482
  138. data/spec/lib/card/subcards_spec.rb +0 -177
  139. data/spec/lib/card/success_spec.rb +0 -148
  140. data/spec/lib/card/view_cache_spec.rb +0 -27
  141. data/spec/mailers/mailer_spec.rb +0 -62
  142. data/spec/models/card/create_spec.rb +0 -119
  143. data/spec/models/card/trash_spec.rb +0 -189
  144. data/spec/models/card_spec.rb +0 -136
  145. data/spec/spec_helper.rb +0 -45
  146. data/spec/support/card_spec_helper.rb +0 -74
  147. data/spec/support/card_spec_loader.rb +0 -112
  148. data/spec/support/helper/card_helper.rb +0 -58
  149. data/spec/support/helper/event_helper.rb +0 -94
  150. data/spec/support/helper/render_helper.rb +0 -44
  151. data/spec/support/helper/save_helper.rb +0 -30
  152. data/spec/support/helper/set_helper.rb +0 -80
  153. data/spec/support/matchers/card_matchers.rb +0 -160
  154. data/spec/support/matchers/expectations.rb +0 -5
  155. data/spec/support/matchers/file_matchers.rb +0 -71
  156. data/spec/support/matchers/html_matchers.rb +0 -29
  157. data/spec/support/matchers/negated_matchers.rb +0 -2
  158. data/spec/support/simplecov_helper.rb +0 -70
  159. data/spec/support/test_mods/mod1/set/all/test_set.rb +0 -3
  160. data/spec/support/test_mods/mod2/set_pattern/test_pattern.rb +0 -0
@@ -1,46 +0,0 @@
1
- {
2
- "env": {
3
- "es6": false,
4
- "qunit": true,
5
- "jquery": true
6
- },
7
- "globals": {
8
- "Util": false
9
- },
10
- "parserOptions": {
11
- "ecmaVersion": 5,
12
- "sourceType": "script"
13
- },
14
- "extends": "../.eslintrc.json",
15
- "rules": {
16
- // Best Practices
17
- "consistent-return": "off",
18
- "no-alert": "off",
19
- "no-console": "off",
20
- "no-empty-function": "off",
21
- "no-extend-native": "off",
22
- "no-magic-numbers": "off",
23
- "vars-on-top": "off",
24
-
25
- // NodeJS and CommonJS
26
- "global-require": "off",
27
- "no-process-env": "off",
28
- "no-process-exit": "off",
29
- "no-sync": "off",
30
-
31
- // Stylistic Issues
32
- "brace-style": "off",
33
- "func-style": "off",
34
- "max-statements-per-line": "off",
35
- "object-curly-newline": "off",
36
- "object-property-newline": "off",
37
- "spaced-comment": "off",
38
-
39
- // ECMAScript 6
40
- "no-var": "off",
41
- "object-shorthand": "off",
42
- "prefer-arrow-callback": "off",
43
- "prefer-template": "off",
44
- "prefer-rest-params": "off"
45
- }
46
- }
@@ -1,7 +0,0 @@
1
- node_modules
2
- .idea
3
- components
4
- _site
5
- *.lock
6
- .sass-cache/
7
- .DS_Store
@@ -1,12 +0,0 @@
1
- build/
2
- docs/
3
- _config.yml
4
- .gitignore
5
- .nojekyll
6
- .npmignore
7
- .travis.yml
8
- bower.json
9
- CNAME
10
- composer.json
11
- Gemfile
12
- Gruntfile.js
@@ -1,21 +0,0 @@
1
- branches:
2
- only:
3
- - master
4
- - gh-pages
5
- language: node_js
6
- node_js:
7
- - '6'
8
- before_install:
9
- - npm install -g grunt-cli recess
10
- script: grunt swatch
11
- git:
12
- depth: 10
13
- deploy:
14
- provider: npm
15
- email: hello@thomaspark.co
16
- api_key:
17
- secure: E9dTc33u8aHCXG4qd8TrafOiAMzgEJYQUx/bnG2thb4cDD2U64LEdShjkXnjwr2K2RLNfQ4IQWHsDVAvyDK0f9kiud0swoG0SHTU9RDQ+NYFYODZe/c5qOlYqIHoJIpLV3lb7AHrzhrk+G1bkTn7pukB6/nEU0e+D3I7b3kbwEg=
18
- on:
19
- tags: true
20
- repo: thomaspark/bootswatch
21
- branch: gh-pages
@@ -1,15 +0,0 @@
1
- branches:
2
- only:
3
- - master
4
- - gh-pages
5
-
6
- language: node_js
7
-
8
- node_js:
9
- - "0.8.11"
10
-
11
- before_install:
12
- - npm install -g grunt-cli recess bower
13
- - bower install
14
-
15
- script: "grunt swatch"
@@ -1,20 +0,0 @@
1
- {
2
- "name": "bootstrap",
3
- "version": "2.3.2",
4
- "main": [
5
- "./docs/assets/js/bootstrap.js",
6
- "./docs/assets/css/bootstrap.css"
7
- ],
8
- "dependencies": {
9
- "jquery": ">=1.8.0 <2.1.0"
10
- },
11
- "homepage": "https://github.com/twbs/bootstrap",
12
- "_release": "2.3.2",
13
- "_resolution": {
14
- "type": "version",
15
- "tag": "v2.3.2",
16
- "commit": "b4c4072679943773a7582daa63f545ba818fa627"
17
- },
18
- "_source": "git://github.com/twbs/bootstrap.git",
19
- "_target": "~2.3.2"
20
- }
@@ -1,37 +0,0 @@
1
- # Numerous always-ignore extensions
2
- *.diff
3
- *.err
4
- *.orig
5
- *.log
6
- *.rej
7
- *.swo
8
- *.swp
9
- *.zip
10
- *.vi
11
- *~
12
- *.sass-cache
13
-
14
- # OS or Editor folders
15
- .DS_Store
16
- ._*
17
- Thumbs.db
18
- .cache
19
- .project
20
- .settings
21
- .tmproj
22
- *.esproj
23
- nbproject
24
- *.sublime-project
25
- *.sublime-workspace
26
-
27
- # Komodo
28
- *.komodoproject
29
- .komodotools
30
-
31
- # Folders to ignore
32
- .hg
33
- .svn
34
- .CVS
35
- .idea
36
- node_modules
37
- dist
@@ -1,3 +0,0 @@
1
- language: node_js
2
- node_js:
3
- - 0.6
@@ -1,12 +0,0 @@
1
- {
2
- "validthis": true,
3
- "laxcomma" : true,
4
- "laxbreak" : true,
5
- "browser" : true,
6
- "eqnull" : true,
7
- "debug" : true,
8
- "devel" : true,
9
- "boss" : true,
10
- "expr" : true,
11
- "asi" : true
12
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "jquery",
3
- "version": "2.0.3",
4
- "description": "jQuery component",
5
- "keywords": [
6
- "jquery",
7
- "component"
8
- ],
9
- "main": "jquery.js",
10
- "license": "MIT",
11
- "homepage": "https://github.com/components/jquery",
12
- "_release": "2.0.3",
13
- "_resolution": {
14
- "type": "version",
15
- "tag": "2.0.3",
16
- "commit": "452a56b52b8f4a032256cdb8b6838f25f0bdb3d2"
17
- },
18
- "_source": "git://github.com/components/jquery.git",
19
- "_target": ">=1.8.0 <2.1.0"
20
- }
@@ -1,45 +0,0 @@
1
- {
2
- "name": "bootstrap-sass",
3
- "homepage": "https://github.com/twbs/bootstrap-sass",
4
- "authors": [
5
- "Thomas McDonald",
6
- "Tristan Harward",
7
- "Peter Gumeson",
8
- "Gleb Mazovetskiy"
9
- ],
10
- "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11
- "moduleType": "globals",
12
- "main": [
13
- "assets/stylesheets/_bootstrap.scss",
14
- "assets/javascripts/bootstrap.js"
15
- ],
16
- "keywords": [
17
- "twbs",
18
- "bootstrap",
19
- "sass"
20
- ],
21
- "license": "MIT",
22
- "ignore": [
23
- "**/.*",
24
- "lib",
25
- "tasks",
26
- "templates",
27
- "test",
28
- "*.gemspec",
29
- "Rakefile",
30
- "Gemfile"
31
- ],
32
- "dependencies": {
33
- "jquery": "1.9.1 - 3"
34
- },
35
- "version": "3.3.7",
36
- "_release": "3.3.7",
37
- "_resolution": {
38
- "type": "version",
39
- "tag": "v3.3.7",
40
- "commit": "6620202b137a877dc614dd87bf7f81f895af8024"
41
- },
42
- "_source": "https://github.com/twbs/bootstrap-sass.git",
43
- "_target": "~3.3.7",
44
- "_originalSource": "bootstrap-sass-official"
45
- }
@@ -1,44 +0,0 @@
1
- {
2
- "name": "bootstrap",
3
- "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4
- "keywords": [
5
- "css",
6
- "js",
7
- "less",
8
- "mobile-first",
9
- "responsive",
10
- "front-end",
11
- "framework",
12
- "web"
13
- ],
14
- "homepage": "http://getbootstrap.com",
15
- "license": "MIT",
16
- "moduleType": "globals",
17
- "main": [
18
- "less/bootstrap.less",
19
- "dist/js/bootstrap.js"
20
- ],
21
- "ignore": [
22
- "/.*",
23
- "_config.yml",
24
- "CNAME",
25
- "composer.json",
26
- "CONTRIBUTING.md",
27
- "docs",
28
- "js/tests",
29
- "test-infra"
30
- ],
31
- "dependencies": {
32
- "jquery": "1.9.1 - 3"
33
- },
34
- "version": "3.3.7",
35
- "_release": "3.3.7",
36
- "_resolution": {
37
- "type": "version",
38
- "tag": "v3.3.7",
39
- "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
40
- },
41
- "_source": "https://github.com/twbs/bootstrap.git",
42
- "_target": "~3.3.7",
43
- "_originalSource": "bootstrap"
44
- }
@@ -1,7 +0,0 @@
1
- {
2
- "extends" : "../js/.jshintrc",
3
- "asi" : false,
4
- "browser" : false,
5
- "es3" : false,
6
- "node" : true
7
- }
@@ -1,42 +0,0 @@
1
- {
2
- "disallowEmptyBlocks": true,
3
- "disallowKeywords": ["with"],
4
- "disallowMixedSpacesAndTabs": true,
5
- "disallowMultipleLineStrings": true,
6
- "disallowMultipleVarDecl": true,
7
- "disallowQuotedKeysInObjects": "allButReserved",
8
- "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
9
- "disallowSpaceBeforeBinaryOperators": [","],
10
- "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
11
- "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },
12
- "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
13
- "disallowSpacesInsideArrayBrackets": true,
14
- "disallowSpacesInsideParentheses": true,
15
- "disallowTrailingComma": true,
16
- "disallowTrailingWhitespace": true,
17
- "requireCamelCaseOrUpperCaseIdentifiers": true,
18
- "requireCapitalizedConstructors": true,
19
- "requireCommaBeforeLineBreak": true,
20
- "requireDollarBeforejQueryAssignment": true,
21
- "requireDotNotation": true,
22
- "requireLineFeedAtFileEnd": true,
23
- "requirePaddingNewLinesAfterUseStrict": true,
24
- "requirePaddingNewLinesBeforeExport": true,
25
- "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
26
- "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
27
- "requireSpaceAfterLineComment": true,
28
- "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
29
- "requireSpaceBetweenArguments": true,
30
- "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true },
31
- "requireSpacesInConditionalExpression": true,
32
- "requireSpacesInForStatement": true,
33
- "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
34
- "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
35
- "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
36
- "requireSpacesInsideObjectBrackets": "allButNested",
37
- "validateAlignedFunctionParameters": true,
38
- "validateIndentation": 2,
39
- "validateLineBreaks": "LF",
40
- "validateNewlineAfterArrayElements": true,
41
- "validateQuoteMarks": "'"
42
- }
@@ -1,15 +0,0 @@
1
- {
2
- "asi" : true,
3
- "browser" : true,
4
- "eqeqeq" : false,
5
- "eqnull" : true,
6
- "es3" : true,
7
- "expr" : true,
8
- "jquery" : true,
9
- "latedef" : true,
10
- "laxbreak" : true,
11
- "nonbsp" : true,
12
- "strict" : true,
13
- "undef" : true,
14
- "unused" : true
15
- }
@@ -1,304 +0,0 @@
1
- {
2
- "always-semicolon": true,
3
- "block-indent": 2,
4
- "color-case": "lower",
5
- "color-shorthand": true,
6
- "element-case": "lower",
7
- "eof-newline": true,
8
- "leading-zero": false,
9
- "remove-empty-rulesets": true,
10
- "space-after-colon": 1,
11
- "space-after-combinator": 1,
12
- "space-before-selector-delimiter": 0,
13
- "space-between-declarations": "\n",
14
- "space-after-opening-brace": "\n",
15
- "space-before-closing-brace": "\n",
16
- "space-before-colon": 0,
17
- "space-before-combinator": 1,
18
- "space-before-opening-brace": 1,
19
- "strip-spaces": true,
20
- "unitless-zero": true,
21
- "vendor-prefix-align": true,
22
- "sort-order": [
23
- [
24
- "position",
25
- "top",
26
- "right",
27
- "bottom",
28
- "left",
29
- "z-index",
30
- "display",
31
- "float",
32
- "width",
33
- "min-width",
34
- "max-width",
35
- "height",
36
- "min-height",
37
- "max-height",
38
- "-webkit-box-sizing",
39
- "-moz-box-sizing",
40
- "box-sizing",
41
- "-webkit-appearance",
42
- "padding",
43
- "padding-top",
44
- "padding-right",
45
- "padding-bottom",
46
- "padding-left",
47
- "margin",
48
- "margin-top",
49
- "margin-right",
50
- "margin-bottom",
51
- "margin-left",
52
- "overflow",
53
- "overflow-x",
54
- "overflow-y",
55
- "-webkit-overflow-scrolling",
56
- "-ms-overflow-x",
57
- "-ms-overflow-y",
58
- "-ms-overflow-style",
59
- "clip",
60
- "clear",
61
- "font",
62
- "font-family",
63
- "font-size",
64
- "font-style",
65
- "font-weight",
66
- "font-variant",
67
- "font-size-adjust",
68
- "font-stretch",
69
- "font-effect",
70
- "font-emphasize",
71
- "font-emphasize-position",
72
- "font-emphasize-style",
73
- "font-smooth",
74
- "-webkit-hyphens",
75
- "-moz-hyphens",
76
- "hyphens",
77
- "line-height",
78
- "color",
79
- "text-align",
80
- "-webkit-text-align-last",
81
- "-moz-text-align-last",
82
- "-ms-text-align-last",
83
- "text-align-last",
84
- "text-emphasis",
85
- "text-emphasis-color",
86
- "text-emphasis-style",
87
- "text-emphasis-position",
88
- "text-decoration",
89
- "text-indent",
90
- "text-justify",
91
- "text-outline",
92
- "-ms-text-overflow",
93
- "text-overflow",
94
- "text-overflow-ellipsis",
95
- "text-overflow-mode",
96
- "text-shadow",
97
- "text-transform",
98
- "text-wrap",
99
- "-webkit-text-size-adjust",
100
- "-ms-text-size-adjust",
101
- "letter-spacing",
102
- "-ms-word-break",
103
- "word-break",
104
- "word-spacing",
105
- "-ms-word-wrap",
106
- "word-wrap",
107
- "-moz-tab-size",
108
- "-o-tab-size",
109
- "tab-size",
110
- "white-space",
111
- "vertical-align",
112
- "list-style",
113
- "list-style-position",
114
- "list-style-type",
115
- "list-style-image",
116
- "pointer-events",
117
- "-ms-touch-action",
118
- "touch-action",
119
- "cursor",
120
- "visibility",
121
- "zoom",
122
- "flex-direction",
123
- "flex-order",
124
- "flex-pack",
125
- "flex-align",
126
- "table-layout",
127
- "empty-cells",
128
- "caption-side",
129
- "border-spacing",
130
- "border-collapse",
131
- "content",
132
- "quotes",
133
- "counter-reset",
134
- "counter-increment",
135
- "resize",
136
- "-webkit-user-select",
137
- "-moz-user-select",
138
- "-ms-user-select",
139
- "-o-user-select",
140
- "user-select",
141
- "nav-index",
142
- "nav-up",
143
- "nav-right",
144
- "nav-down",
145
- "nav-left",
146
- "background",
147
- "background-color",
148
- "background-image",
149
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
150
- "filter:progid:DXImageTransform.Microsoft.gradient",
151
- "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
152
- "filter",
153
- "background-repeat",
154
- "background-attachment",
155
- "background-position",
156
- "background-position-x",
157
- "background-position-y",
158
- "-webkit-background-clip",
159
- "-moz-background-clip",
160
- "background-clip",
161
- "background-origin",
162
- "-webkit-background-size",
163
- "-moz-background-size",
164
- "-o-background-size",
165
- "background-size",
166
- "border",
167
- "border-color",
168
- "border-style",
169
- "border-width",
170
- "border-top",
171
- "border-top-color",
172
- "border-top-style",
173
- "border-top-width",
174
- "border-right",
175
- "border-right-color",
176
- "border-right-style",
177
- "border-right-width",
178
- "border-bottom",
179
- "border-bottom-color",
180
- "border-bottom-style",
181
- "border-bottom-width",
182
- "border-left",
183
- "border-left-color",
184
- "border-left-style",
185
- "border-left-width",
186
- "border-radius",
187
- "border-top-left-radius",
188
- "border-top-right-radius",
189
- "border-bottom-right-radius",
190
- "border-bottom-left-radius",
191
- "-webkit-border-image",
192
- "-moz-border-image",
193
- "-o-border-image",
194
- "border-image",
195
- "-webkit-border-image-source",
196
- "-moz-border-image-source",
197
- "-o-border-image-source",
198
- "border-image-source",
199
- "-webkit-border-image-slice",
200
- "-moz-border-image-slice",
201
- "-o-border-image-slice",
202
- "border-image-slice",
203
- "-webkit-border-image-width",
204
- "-moz-border-image-width",
205
- "-o-border-image-width",
206
- "border-image-width",
207
- "-webkit-border-image-outset",
208
- "-moz-border-image-outset",
209
- "-o-border-image-outset",
210
- "border-image-outset",
211
- "-webkit-border-image-repeat",
212
- "-moz-border-image-repeat",
213
- "-o-border-image-repeat",
214
- "border-image-repeat",
215
- "outline",
216
- "outline-width",
217
- "outline-style",
218
- "outline-color",
219
- "outline-offset",
220
- "-webkit-box-shadow",
221
- "-moz-box-shadow",
222
- "box-shadow",
223
- "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
224
- "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
225
- "opacity",
226
- "-ms-interpolation-mode",
227
- "-webkit-transition",
228
- "-moz-transition",
229
- "-ms-transition",
230
- "-o-transition",
231
- "transition",
232
- "-webkit-transition-delay",
233
- "-moz-transition-delay",
234
- "-ms-transition-delay",
235
- "-o-transition-delay",
236
- "transition-delay",
237
- "-webkit-transition-timing-function",
238
- "-moz-transition-timing-function",
239
- "-ms-transition-timing-function",
240
- "-o-transition-timing-function",
241
- "transition-timing-function",
242
- "-webkit-transition-duration",
243
- "-moz-transition-duration",
244
- "-ms-transition-duration",
245
- "-o-transition-duration",
246
- "transition-duration",
247
- "-webkit-transition-property",
248
- "-moz-transition-property",
249
- "-ms-transition-property",
250
- "-o-transition-property",
251
- "transition-property",
252
- "-webkit-transform",
253
- "-moz-transform",
254
- "-ms-transform",
255
- "-o-transform",
256
- "transform",
257
- "-webkit-transform-origin",
258
- "-moz-transform-origin",
259
- "-ms-transform-origin",
260
- "-o-transform-origin",
261
- "transform-origin",
262
- "-webkit-animation",
263
- "-moz-animation",
264
- "-ms-animation",
265
- "-o-animation",
266
- "animation",
267
- "-webkit-animation-name",
268
- "-moz-animation-name",
269
- "-ms-animation-name",
270
- "-o-animation-name",
271
- "animation-name",
272
- "-webkit-animation-duration",
273
- "-moz-animation-duration",
274
- "-ms-animation-duration",
275
- "-o-animation-duration",
276
- "animation-duration",
277
- "-webkit-animation-play-state",
278
- "-moz-animation-play-state",
279
- "-ms-animation-play-state",
280
- "-o-animation-play-state",
281
- "animation-play-state",
282
- "-webkit-animation-timing-function",
283
- "-moz-animation-timing-function",
284
- "-ms-animation-timing-function",
285
- "-o-animation-timing-function",
286
- "animation-timing-function",
287
- "-webkit-animation-delay",
288
- "-moz-animation-delay",
289
- "-ms-animation-delay",
290
- "-o-animation-delay",
291
- "animation-delay",
292
- "-webkit-animation-iteration-count",
293
- "-moz-animation-iteration-count",
294
- "-ms-animation-iteration-count",
295
- "-o-animation-iteration-count",
296
- "animation-iteration-count",
297
- "-webkit-animation-direction",
298
- "-moz-animation-direction",
299
- "-ms-animation-direction",
300
- "-o-animation-direction",
301
- "animation-direction"
302
- ]
303
- ]
304
- }