doc-msp-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/footer.html +16 -0
  5. data/_includes/header.html +55 -0
  6. data/_layouts/article.html +46 -0
  7. data/_layouts/chapter.html +39 -0
  8. data/_layouts/default.html +75 -0
  9. data/_sass/.csslintrc +20 -0
  10. data/_sass/.scss-lint.yml +212 -0
  11. data/_sass/_accessibility-seo.md +233 -0
  12. data/_sass/_accessibility.md +17 -0
  13. data/_sass/_accessibility.scss +30 -0
  14. data/_sass/_animation.scss +17 -0
  15. data/_sass/_badges.md +39 -0
  16. data/_sass/_badges.scss +50 -0
  17. data/_sass/_brandbar.scss +34 -0
  18. data/_sass/_brandcolor.md +92 -0
  19. data/_sass/_brandcolor.scss +24 -0
  20. data/_sass/_brandheader.scss +35 -0
  21. data/_sass/_brandnav.scss +224 -0
  22. data/_sass/_breadcrumb.md +39 -0
  23. data/_sass/_breadcrumb.scss +44 -0
  24. data/_sass/_button.md +218 -0
  25. data/_sass/_button.scss +146 -0
  26. data/_sass/_cancel.scss +13 -0
  27. data/_sass/_checkbox.md +55 -0
  28. data/_sass/_checkbox.scss +124 -0
  29. data/_sass/_close.scss +16 -0
  30. data/_sass/_collapse.scss +30 -0
  31. data/_sass/_content-list.md +375 -0
  32. data/_sass/_content-list.scss +49 -0
  33. data/_sass/_doc-msp-theme.md +106 -0
  34. data/_sass/_doc-msp-theme.scss +59 -0
  35. data/_sass/_expandable.md +141 -0
  36. data/_sass/_expandable.scss +21 -0
  37. data/_sass/_font-faces.md +83 -0
  38. data/_sass/_font-faces.scss +15 -0
  39. data/_sass/_footer.md +392 -0
  40. data/_sass/_footer.scss +147 -0
  41. data/_sass/_forms.md +139 -0
  42. data/_sass/_forms.scss +199 -0
  43. data/_sass/_functions.md +251 -0
  44. data/_sass/_functions.scss +389 -0
  45. data/_sass/_grid.md +449 -0
  46. data/_sass/_grid.scss +314 -0
  47. data/_sass/_header.md +1042 -0
  48. data/_sass/_helper.md +212 -0
  49. data/_sass/_helper.scss +150 -0
  50. data/_sass/_icons.md +153 -0
  51. data/_sass/_icons.scss +154 -0
  52. data/_sass/_images.md +21 -0
  53. data/_sass/_images.scss +54 -0
  54. data/_sass/_jsbutton.md +171 -0
  55. data/_sass/_media.scss +48 -0
  56. data/_sass/_mixins.scss +430 -0
  57. data/_sass/_modal.md +329 -0
  58. data/_sass/_modal.scss +117 -0
  59. data/_sass/_nav.scss +40 -0
  60. data/_sass/_navbar.scss +250 -0
  61. data/_sass/_normalize.md +7 -0
  62. data/_sass/_normalize.scss +423 -0
  63. data/_sass/_notifications.md +211 -0
  64. data/_sass/_notifications.scss +110 -0
  65. data/_sass/_pager.md +67 -0
  66. data/_sass/_pager.scss +138 -0
  67. data/_sass/_pagination.md +49 -0
  68. data/_sass/_pagination.scss +95 -0
  69. data/_sass/_qtip.md +74 -0
  70. data/_sass/_qtip.scss +175 -0
  71. data/_sass/_radio.md +53 -0
  72. data/_sass/_radio.scss +122 -0
  73. data/_sass/_scaffolding.scss +61 -0
  74. data/_sass/_search.md +0 -0
  75. data/_sass/_search.scss +90 -0
  76. data/_sass/_select.md +55 -0
  77. data/_sass/_select.scss +146 -0
  78. data/_sass/_tables.md +405 -0
  79. data/_sass/_tables.scss +131 -0
  80. data/_sass/_totop.md +126 -0
  81. data/_sass/_totop.scss +33 -0
  82. data/_sass/_type.md +817 -0
  83. data/_sass/_type.scss +450 -0
  84. data/_sass/_variables.scss +480 -0
  85. data/_sass/themes/bevel-theme/theme.scss +13 -0
  86. data/_sass/themes/dark-theme/_badges.scss +37 -0
  87. data/_sass/themes/dark-theme/_brandnav.scss +30 -0
  88. data/_sass/themes/dark-theme/_breadcrumb.scss +17 -0
  89. data/_sass/themes/dark-theme/_button.scss +86 -0
  90. data/_sass/themes/dark-theme/_checkbox.scss +9 -0
  91. data/_sass/themes/dark-theme/_content-list.scss +40 -0
  92. data/_sass/themes/dark-theme/_forms.scss +107 -0
  93. data/_sass/themes/dark-theme/_images.scss +30 -0
  94. data/_sass/themes/dark-theme/_mixins.scss +67 -0
  95. data/_sass/themes/dark-theme/_modal.scss +9 -0
  96. data/_sass/themes/dark-theme/_navbar.scss +15 -0
  97. data/_sass/themes/dark-theme/_notifications.scss +94 -0
  98. data/_sass/themes/dark-theme/_pager.scss +46 -0
  99. data/_sass/themes/dark-theme/_pagination.scss +81 -0
  100. data/_sass/themes/dark-theme/_qtip.scss +8 -0
  101. data/_sass/themes/dark-theme/_radio.scss +9 -0
  102. data/_sass/themes/dark-theme/_scaffolding.scss +29 -0
  103. data/_sass/themes/dark-theme/_select.scss +93 -0
  104. data/_sass/themes/dark-theme/_tables.scss +57 -0
  105. data/_sass/themes/dark-theme/_type.scss +70 -0
  106. data/_sass/themes/dark-theme/_variables.scss +171 -0
  107. data/_sass/themes/dark-theme/theme.scss +36 -0
  108. data/_sass/themes/debug-theme/theme.scss +415 -0
  109. metadata +179 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c462ef308551dcfd722c9a2d7c45cf82ae1bac27b66f3da393598c43cdf8d8f6
4
+ data.tar.gz: 270db7b6cbc1105a9525fc9117e435861bdb1428c956c8f57386d8946b3e16b7
5
+ SHA512:
6
+ metadata.gz: d313d08a2fa5e51350cbebeb0d7dcac726c100a78d797317cc655e19353ceac66badbcbe5a0882ad72c65eb2dd115d1889ddddc0cb7f9aa319e93c41835d254a
7
+ data.tar.gz: 473a2131bcade5d03df26b978d82361dd869b53900464041e2113223eb76c52f9af297c25789db007745e523e8f4598198f05990b6a19a0450ae850c04b3dc38
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Nikolay Georgiev
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,52 @@
1
+ # doc-msp-theme
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "doc-msp-theme"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: doc-msp-theme
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install doc-msp-theme
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `doc-msp-theme.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,16 @@
1
+ <footer class="footer">
2
+ <div class="container-fixed">
3
+ <div class="row brand-footer-bar">
4
+ <div class="col-l-4 col-m-4 col-s-12 text-muted text-s-center" >
5
+ <div class="brand-footer-bar-text" style="display: none">&copy; 2018 Deutsche Telekom AG</div>
6
+ </div>
7
+ <div class="col-l-8 col-m-8 col-s-12">
8
+ <ul class="nav brand-footer-nav brand-footer-nav-muted text-l-right text-s-center">
9
+ <li><a href="https://cloud.telekom.de/de/impressum">Imprint</a></li>
10
+ <li><a href="https://www.telekom.de/datenschutzhinweise/download/022.pdf" target="_blank">Privacy Policy</a></li>
11
+ <li><a href="#">Terms of Service</a></li>
12
+ </ul>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </footer>
@@ -0,0 +1,55 @@
1
+ <header>
2
+ <div class="search">
3
+ <span class="icon icon-search"></span>
4
+ <div class="search__inner">
5
+ <input type="text" name="q" id="search-input" class="search__input" placeholder="Search Docs">
6
+ </div>
7
+
8
+ <div id="hits"></div>
9
+ </div>
10
+
11
+ <div class="burger">
12
+ <div class="burger__control">
13
+ <button type="button" class="btn btn-clean btn-open">
14
+ <span class="icon icon-list-view"></span>
15
+ <span class="burger-menu-label">MENU</span>
16
+ </button>
17
+ </div>
18
+
19
+ <div class="big-menu">
20
+ <div class="burger-control-wrapper">
21
+ <div class="burger__control">
22
+ <button type="button" class="btn btn-clean">
23
+ <span class="icon icon-list-view"></span>MENU
24
+ </button>
25
+ </div>
26
+ <button type="button" class="btn btn-clean navbar-right btn-close">
27
+ <span class="icon icon-cancel"></span>
28
+ </button>
29
+ </div>
30
+ <div class="big-menu-inner">
31
+ <div class="big-menu__list">
32
+ {% for collection in site.data.chapters%}
33
+ {% assign collectionName = collection[0] %}
34
+ {% assign chapter = site.data.chapters[collectionName] %}
35
+ <a class="big-menu__tit" href="/{{collectionName}}">
36
+ <i class="fa {{collection[1].fa-icon}}"></i>
37
+ {{collection[1].title}}
38
+ </a>
39
+
40
+ {% for section in chapter.sections %}
41
+ <div class="big-menu__item">{{section.title}}</div>
42
+ {% assign items = site[collectionName]| where: 'section', section.title | sort: 'order' %}
43
+ <div class="big-menu__sub">
44
+ {% for item in items %}
45
+ <a class="big-menu__item" href="{{item.url}}">{{item.title}}</a>
46
+ {% endfor %}
47
+ </div>
48
+ {% endfor %}
49
+ {% endfor %}
50
+ </div>
51
+ </div>
52
+ </div>
53
+ <div class="big-overlay"></div>
54
+ </div>
55
+ </header>
@@ -0,0 +1,46 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="container-liquid bg-gray-237 article-header">
5
+ <div class="breadcrumbs">
6
+ <a href="/" class="breadcrumbs__item breadcrumb-link">Home</a>
7
+ <a href="/{{page.collection}}" class="breadcrumbs__item breadcrumb-link">{{site.data.chapters[page.collection].title}}</a>
8
+ <span class="breadcrumbs__item">{{page.title}}</span>
9
+ </div>
10
+
11
+ <div class="container-fixed">
12
+
13
+ {% assign chapter = site.data.chapters[page.collection] %}
14
+ <div class="welcomer__tit">{{page.title}}</div>
15
+ <div class="welcomer__text">{{chapter.description}}</div>
16
+
17
+ </div>
18
+ </div>
19
+
20
+ <div class="container-fixed article-content">
21
+ <div class="row">
22
+ <div class="col-l-8 col-m-12">
23
+ <div class="article">
24
+ <h2>{{page.title}}</h2>
25
+ {{content}}
26
+ </div>
27
+ </div>
28
+ <div class="col-l-4 col-m-12 sidebar">
29
+ <h2 class="underline content-list-label">Related articles</h2>
30
+ <ul class="content-list related-articles">
31
+ {% for collection in site.data.chapters %}
32
+ {% assign collectionName = collection[0] %}
33
+ {% assign related = site[collectionName] | where:'category', page.category%}
34
+ {% if related.size > 0 %}
35
+ {% for item in related %}
36
+ {% if item.url != page.url %}
37
+ {% assign itemChapterName = collectionName | where:'sections.title', item.section %}
38
+ <li><a class="content-list-item" href="{{item.url}}">{{item.title}}<i class="{{site.data.chapters[itemChapterName].icon}}"></i></a></li>
39
+ {% endif %}
40
+ {% endfor %}
41
+ {% endif %}
42
+ {% endfor %}
43
+ </ul>
44
+ </div>
45
+ </div>
46
+ </div>
@@ -0,0 +1,39 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="container-liquid bg-gray-237">
6
+ <div class="breadcrumbs">
7
+ <a href="/" class="breadcrumbs__item breadcrumb-link">Home</a>
8
+ <span class="breadcrumbs__item">{{page.title}}</span>
9
+ </div>
10
+ <div class="container-fixed text-center chapter-header">
11
+ {% assign chapter = site.data.chapters[page.collection] %}
12
+ <div class="categories__icon cat-big-icon"><i class="{{chapter.icon}}"></i></div>
13
+ <div class="welcomer__tit">{{page.title}}</div>
14
+ <div class="welcomer__text">{{chapter.description}}</div>
15
+ </div>
16
+ </div>
17
+
18
+ <div class="container-fixed chapter-content">
19
+ <div class="row">
20
+ <div class="col-l-8 col-m-12 offset-l-2 offset-m-0">
21
+ <div class="row">
22
+ {% for section in chapter.sections %}
23
+ <div class="col-s-12 col-m-6 col-l-6">
24
+ {% assign items = site[page.collection]| where: 'section', section.title | sort: 'order' %}
25
+ <h2 class="content-list-label">{{section.title}}<div class="counter">{{items.size}}</div></h2>
26
+ <div class="link-box__desc">{{section.description}}</div>
27
+ <ul class="content-list">
28
+ {% for item in items %}
29
+ <li>
30
+ <a class="content-list-item" href="{{item.url}}">{{item.title}}</a>
31
+ </li>
32
+ {% endfor %}
33
+ </ul>
34
+ </div>
35
+ {% endfor %}
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
@@ -0,0 +1,75 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>{{site.data.tenant.name}} Documentation</title>
8
+
9
+ <link href="../assets/css/common.css" rel="stylesheet">
10
+ <link href="../assets/css/font-awesome.min.css" rel="stylesheet">
11
+
12
+ <script src="../assets/js/jquery.min.js"></script>
13
+ <script src="../assets/js/client.js"></script>
14
+
15
+ <link rel="shortcut icon" href="../assets/img/favicon.ico">
16
+
17
+ </head>
18
+ <body>
19
+
20
+ <div class="page">
21
+ {% include header.html %}
22
+ {{ content }}
23
+ {% include footer.html %}
24
+ </div>
25
+
26
+
27
+
28
+ <script src="https://cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.js"></script>
29
+
30
+ <script type="text/html" id="hit-template">
31
+ {% raw %}
32
+ <div class="hit">
33
+ <h2 class="hit-title"><a href="{{{url}}}">{{{_highlightResult.title.value}}}</a></h2>
34
+ <p class="hit-text"><a href="{{{url}}}">{{{_highlightResult.text.value}}}</a></p>
35
+ </div>
36
+ {% endraw %}
37
+ </script>
38
+ <script>
39
+ var search = instantsearch({
40
+ appId: '{{ site.algolia.application_id }}',
41
+ apiKey: '{{ site.algolia.search_only_api_key }}',
42
+ indexName: '{{ site.algolia.index_name }}',
43
+ urlSync: false,
44
+ searchFunction: function(helper) {
45
+ var searchResults = $('#hits');
46
+ if (helper.state.query === '') {
47
+ searchResults.hide();
48
+ $('#search-input').blur();
49
+ return;
50
+ }
51
+ helper.search();
52
+ searchResults.show();
53
+ }
54
+ });
55
+
56
+ search.addWidget(
57
+ instantsearch.widgets.searchBox({
58
+ container: '#search-input'
59
+ })
60
+ );
61
+
62
+ search.addWidget(
63
+ instantsearch.widgets.hits({
64
+ container: '#hits',
65
+ hitsPerPage: 10,
66
+ templates: {
67
+ item: document.getElementById('hit-template').innerHTML,
68
+ empty: "We didn't find any results for the search <em>\"{{query}}\"</em>"
69
+ }
70
+ })
71
+ );
72
+ search.start();
73
+ </script>
74
+ </body>
75
+ </html>
@@ -0,0 +1,20 @@
1
+ {
2
+ "adjoining-classes": false,
3
+ "box-sizing": false,
4
+ "box-model": false,
5
+ "compatible-vendor-prefixes": false,
6
+ "floats": false,
7
+ "font-sizes": false,
8
+ "font-faces": false,
9
+ "gradients": false,
10
+ "important": false,
11
+ "known-properties": false,
12
+ "outline-none": false,
13
+ "qualified-headings": false,
14
+ "regex-selectors": false,
15
+ "shorthand": false,
16
+ "text-indent": false,
17
+ "unique-headings": false,
18
+ "universal-selector": false,
19
+ "unqualified-attributes": false
20
+ }
@@ -0,0 +1,212 @@
1
+ # Default application configuration that all configurations inherit from.
2
+ linters:
3
+ BangFormat:
4
+ enabled: true
5
+ space_before_bang: true
6
+ space_after_bang: false
7
+
8
+ BorderZero:
9
+ enabled: true
10
+
11
+ ColorKeyword:
12
+ enabled: true
13
+
14
+ ColorVariable:
15
+ enabled: false
16
+
17
+ Comment:
18
+ enabled: true
19
+
20
+ DebugStatement:
21
+ enabled: true
22
+
23
+ DeclarationOrder:
24
+ enabled: false
25
+
26
+ DuplicateProperty:
27
+ enabled: false # set to false in case of fallback colours rgb / rgba
28
+
29
+ ElsePlacement:
30
+ enabled: true
31
+ style: same_line # or 'new_line'
32
+
33
+ EmptyLineBetweenBlocks:
34
+ enabled: true
35
+ ignore_single_line_blocks: true
36
+
37
+ EmptyRule:
38
+ enabled: true
39
+
40
+ FinalNewline:
41
+ enabled: true
42
+ present: true
43
+
44
+ HexLength:
45
+ enabled: true
46
+ style: short
47
+
48
+ HexNotation:
49
+ enabled: true
50
+ style: lowercase
51
+
52
+ HexValidation:
53
+ enabled: true
54
+
55
+ IdSelector:
56
+ enabled: true
57
+
58
+ ImportantRule:
59
+ enabled: false
60
+
61
+ ImportPath:
62
+ enabled: true
63
+ leading_underscore: false
64
+ filename_extension: false
65
+
66
+ Indentation:
67
+ enabled: true
68
+ character: space
69
+ width: 2
70
+
71
+ LeadingZero:
72
+ enabled: true
73
+ style: exclude_zero
74
+
75
+ MergeableSelector:
76
+ enabled: true
77
+ force_nesting: false # @todo: set to true for development and think about what you are doing!
78
+
79
+ NameFormat:
80
+ enabled: true
81
+ allow_leading_underscore: true
82
+ convention: hyphenated_lowercase
83
+
84
+ NestingDepth:
85
+ enabled: true
86
+ max_depth: 6 # @todo, very high
87
+
88
+ PlaceholderInExtend:
89
+ enabled: false
90
+
91
+ PropertyCount:
92
+ enabled: false
93
+ include_nested: false
94
+ max_properties: 10
95
+
96
+ PropertySortOrder:
97
+ enabled: false # @todo, do if there is too much time left
98
+ ignore_unspecified: false
99
+
100
+ PropertySpelling:
101
+ enabled: true
102
+ extra_properties: []
103
+
104
+ PropertyUnits:
105
+ enabled: true
106
+ global: [
107
+ 'ch', 'em', 'ex', 'rem', # Font-relative lengths
108
+ 'cm', 'in', 'mm', 'pc', 'pt', 'px', 'q', # Absolute lengths
109
+ 'vh', 'vw', 'vmin', 'vmax', # Viewport-percentage lengths
110
+ 'deg', 'grad', 'rad', 'turn', # Angle
111
+ 'ms', 's', # Duration
112
+ 'Hz', 'kHz', # Frequency
113
+ 'dpi', 'dpcm', 'dppx', # Resolution
114
+ '%'] # Other
115
+ properties: {}
116
+
117
+ PseudoElement:
118
+ enabled: false
119
+
120
+ QualifyingElement:
121
+ enabled: true
122
+ allow_element_with_attribute: true
123
+ allow_element_with_class: true
124
+ allow_element_with_id: false
125
+
126
+ SelectorDepth:
127
+ enabled: true
128
+ max_depth: 5 # @todo, very high
129
+
130
+ SelectorFormat:
131
+ enabled: true
132
+ convention: hyphenated_lowercase
133
+
134
+ Shorthand:
135
+ enabled: true
136
+
137
+ SingleLinePerProperty:
138
+ enabled: true
139
+ allow_single_line_rule_sets: true
140
+
141
+ SingleLinePerSelector:
142
+ enabled: false
143
+
144
+ SpaceAfterComma:
145
+ enabled: true
146
+
147
+ SpaceAfterPropertyColon:
148
+ enabled: true
149
+ style: one_space
150
+
151
+ SpaceAfterPropertyName:
152
+ enabled: true
153
+
154
+ SpaceAfterVariableName:
155
+ enabled: true
156
+
157
+ SpaceAroundOperator:
158
+ enabled: true
159
+ style: one_space
160
+
161
+ SpaceBeforeBrace:
162
+ enabled: true
163
+ style: space
164
+ allow_single_line_padding: true
165
+
166
+ SpaceBetweenParens:
167
+ enabled: true
168
+ spaces: 0
169
+
170
+ StringQuotes:
171
+ enabled: true
172
+ style: single_quotes
173
+
174
+ TrailingSemicolon:
175
+ enabled: true
176
+
177
+ TrailingWhitespace:
178
+ enabled: true
179
+
180
+ TrailingZero:
181
+ enabled: true
182
+
183
+ TransitionAll:
184
+ enabled: false
185
+
186
+ UnnecessaryMantissa:
187
+ enabled: true
188
+
189
+ UnnecessaryParentReference:
190
+ enabled: true
191
+
192
+ UrlFormat:
193
+ enabled: true
194
+
195
+ UrlQuotes:
196
+ enabled: true
197
+
198
+ VariableForProperty:
199
+ enabled: false
200
+ properties: []
201
+
202
+ VendorPrefix:
203
+ enabled: false # @todo clean up and think about it!
204
+ identifier_list: base
205
+ additional_identifiers: []
206
+ excluded_identifiers: []
207
+
208
+ ZeroUnit:
209
+ enabled: true
210
+
211
+ Compass::*:
212
+ enabled: false