emma-css-rails 0.8.0.0 → 0.9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +3 -3
  4. data/Rakefile +10 -0
  5. data/lib/emma-css-rails/version.rb +1 -1
  6. data/vendor/assets/stylesheets/emma.css/CHANGELOG.md +50 -0
  7. data/vendor/assets/stylesheets/emma.css/LICENSE +21 -0
  8. data/vendor/assets/stylesheets/emma.css/README.md +152 -0
  9. data/vendor/assets/stylesheets/emma.css/emma.css +595 -0
  10. data/vendor/assets/stylesheets/emma.css/emma.scss +4 -0
  11. data/vendor/assets/stylesheets/emma.css/sass/_background.scss +8 -0
  12. data/vendor/assets/stylesheets/emma.css/sass/_border.scss +24 -0
  13. data/vendor/assets/stylesheets/emma.css/sass/_display.scss +22 -0
  14. data/vendor/assets/stylesheets/emma.css/sass/_float.scss +3 -0
  15. data/vendor/assets/stylesheets/emma.css/sass/_height.scss +3 -0
  16. data/vendor/assets/stylesheets/emma.css/sass/_margin.scss +19 -0
  17. data/vendor/assets/stylesheets/emma.css/sass/_mixins.scss +168 -0
  18. data/vendor/assets/stylesheets/emma.css/sass/_other.scss +3 -0
  19. data/vendor/assets/stylesheets/emma.css/sass/_padding.scss +17 -0
  20. data/vendor/assets/stylesheets/emma.css/sass/_rules.scss +10 -0
  21. data/vendor/assets/stylesheets/emma.css/sass/_text.scss +28 -0
  22. data/vendor/assets/stylesheets/emma.css/sass/_vars.scss +63 -0
  23. data/vendor/assets/stylesheets/emma.css/sass/_width.scss +3 -0
  24. data/vendor/assets/stylesheets/emma.css/sass/rules/_absolute-center.scss +10 -0
  25. data/vendor/assets/stylesheets/emma.css/sass/rules/_align-content.scss +24 -0
  26. data/vendor/assets/stylesheets/emma.css/sass/rules/_align-items.scss +20 -0
  27. data/vendor/assets/stylesheets/emma.css/sass/rules/_align-self.scss +24 -0
  28. data/vendor/assets/stylesheets/emma.css/sass/rules/_backface-visibility.scss +8 -0
  29. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-attachment.scss +8 -0
  30. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-color.scss +96 -0
  31. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-image.scss +4 -0
  32. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-position.scss +20 -0
  33. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-repeat.scss +20 -0
  34. data/vendor/assets/stylesheets/emma.css/sass/rules/_background-size.scss +12 -0
  35. data/vendor/assets/stylesheets/emma.css/sass/rules/_background.scss +4 -0
  36. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom-color.scss +8 -0
  37. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom-width.scss +28 -0
  38. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-bottom.scss +8 -0
  39. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-collapse.scss +8 -0
  40. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-color.scss +96 -0
  41. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-image.scss +4 -0
  42. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left-color.scss +8 -0
  43. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left-width.scss +28 -0
  44. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-left.scss +8 -0
  45. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-radius.scss +52 -0
  46. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right-color.scss +8 -0
  47. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right-width.scss +28 -0
  48. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-right.scss +8 -0
  49. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-style.scss +44 -0
  50. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top-color.scss +8 -0
  51. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top-width.scss +28 -0
  52. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-top.scss +8 -0
  53. data/vendor/assets/stylesheets/emma.css/sass/rules/_border-width.scss +28 -0
  54. data/vendor/assets/stylesheets/emma.css/sass/rules/_border.scss +8 -0
  55. data/vendor/assets/stylesheets/emma.css/sass/rules/_bottom.scss +8 -0
  56. data/vendor/assets/stylesheets/emma.css/sass/rules/_box-shadow.scss +4 -0
  57. data/vendor/assets/stylesheets/emma.css/sass/rules/_box-sizing.scss +8 -0
  58. data/vendor/assets/stylesheets/emma.css/sass/rules/_clear.scss +16 -0
  59. data/vendor/assets/stylesheets/emma.css/sass/rules/_clearfix.scss +6 -0
  60. data/vendor/assets/stylesheets/emma.css/sass/rules/_color.scss +92 -0
  61. data/vendor/assets/stylesheets/emma.css/sass/rules/_cursor.scss +32 -0
  62. data/vendor/assets/stylesheets/emma.css/sass/rules/_display.scss +96 -0
  63. data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-direction.scss +16 -0
  64. data/vendor/assets/stylesheets/emma.css/sass/rules/_flex-wrap.scss +12 -0
  65. data/vendor/assets/stylesheets/emma.css/sass/rules/_flex.scss +16 -0
  66. data/vendor/assets/stylesheets/emma.css/sass/rules/_float.scss +12 -0
  67. data/vendor/assets/stylesheets/emma.css/sass/rules/_font-family.scss +40 -0
  68. data/vendor/assets/stylesheets/emma.css/sass/rules/_font-size.scss +100 -0
  69. data/vendor/assets/stylesheets/emma.css/sass/rules/_font-style.scss +12 -0
  70. data/vendor/assets/stylesheets/emma.css/sass/rules/_font-variant.scss +8 -0
  71. data/vendor/assets/stylesheets/emma.css/sass/rules/_font-weight.scss +56 -0
  72. data/vendor/assets/stylesheets/emma.css/sass/rules/_height.scss +12 -0
  73. data/vendor/assets/stylesheets/emma.css/sass/rules/_justify-content.scss +20 -0
  74. data/vendor/assets/stylesheets/emma.css/sass/rules/_left.scss +8 -0
  75. data/vendor/assets/stylesheets/emma.css/sass/rules/_letter-spacing.scss +4 -0
  76. data/vendor/assets/stylesheets/emma.css/sass/rules/_line-height.scss +56 -0
  77. data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style-image.scss +4 -0
  78. data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style-position.scss +8 -0
  79. data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style-type.scss +32 -0
  80. data/vendor/assets/stylesheets/emma.css/sass/rules/_list-style.scss +4 -0
  81. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-bottom.scss +28 -0
  82. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-left.scss +28 -0
  83. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-right.scss +28 -0
  84. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-top.scss +28 -0
  85. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-0.scss +5 -0
  86. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-auto.scss +5 -0
  87. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-lg.scss +5 -0
  88. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-md.scss +5 -0
  89. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-sm.scss +5 -0
  90. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-xl.scss +5 -0
  91. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-x-xs.scss +5 -0
  92. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-0.scss +5 -0
  93. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-auto.scss +5 -0
  94. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-lg.scss +5 -0
  95. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-md.scss +5 -0
  96. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-sm.scss +5 -0
  97. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-xl.scss +5 -0
  98. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin-y-xs.scss +5 -0
  99. data/vendor/assets/stylesheets/emma.css/sass/rules/_margin.scss +36 -0
  100. data/vendor/assets/stylesheets/emma.css/sass/rules/_max-height.scss +8 -0
  101. data/vendor/assets/stylesheets/emma.css/sass/rules/_max-width.scss +64 -0
  102. data/vendor/assets/stylesheets/emma.css/sass/rules/_min-height.scss +4 -0
  103. data/vendor/assets/stylesheets/emma.css/sass/rules/_min-width.scss +4 -0
  104. data/vendor/assets/stylesheets/emma.css/sass/rules/_object-fit.scss +20 -0
  105. data/vendor/assets/stylesheets/emma.css/sass/rules/_opacity.scss +44 -0
  106. data/vendor/assets/stylesheets/emma.css/sass/rules/_order.scss +36 -0
  107. data/vendor/assets/stylesheets/emma.css/sass/rules/_outline-color.scss +4 -0
  108. data/vendor/assets/stylesheets/emma.css/sass/rules/_outline-style.scss +36 -0
  109. data/vendor/assets/stylesheets/emma.css/sass/rules/_outline-width.scss +12 -0
  110. data/vendor/assets/stylesheets/emma.css/sass/rules/_outline.scss +4 -0
  111. data/vendor/assets/stylesheets/emma.css/sass/rules/_overflow-x.scss +16 -0
  112. data/vendor/assets/stylesheets/emma.css/sass/rules/_overflow-y.scss +16 -0
  113. data/vendor/assets/stylesheets/emma.css/sass/rules/_overflow.scss +16 -0
  114. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-bottom.scss +24 -0
  115. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-left.scss +24 -0
  116. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-right.scss +24 -0
  117. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-top.scss +24 -0
  118. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-0.scss +5 -0
  119. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-lg.scss +5 -0
  120. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-md.scss +5 -0
  121. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-sm.scss +5 -0
  122. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-xl.scss +5 -0
  123. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-x-xs.scss +5 -0
  124. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-0.scss +5 -0
  125. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-lg.scss +5 -0
  126. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-md.scss +5 -0
  127. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-sm.scss +5 -0
  128. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-xl.scss +5 -0
  129. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding-y-xs.scss +5 -0
  130. data/vendor/assets/stylesheets/emma.css/sass/rules/_padding.scss +24 -0
  131. data/vendor/assets/stylesheets/emma.css/sass/rules/_position.scss +16 -0
  132. data/vendor/assets/stylesheets/emma.css/sass/rules/_reset-list.scss +6 -0
  133. data/vendor/assets/stylesheets/emma.css/sass/rules/_resize.scss +16 -0
  134. data/vendor/assets/stylesheets/emma.css/sass/rules/_right.scss +8 -0
  135. data/vendor/assets/stylesheets/emma.css/sass/rules/_table-layout.scss +8 -0
  136. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-align.scss +16 -0
  137. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-decoration.scss +16 -0
  138. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-emphasis.scss +28 -0
  139. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-hiding.scss +7 -0
  140. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-indent.scss +8 -0
  141. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-overflow.scss +8 -0
  142. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-shadow.scss +4 -0
  143. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-transform.scss +16 -0
  144. data/vendor/assets/stylesheets/emma.css/sass/rules/_text-truncation.scss +9 -0
  145. data/vendor/assets/stylesheets/emma.css/sass/rules/_top.scss +8 -0
  146. data/vendor/assets/stylesheets/emma.css/sass/rules/_vertical-align.scss +32 -0
  147. data/vendor/assets/stylesheets/emma.css/sass/rules/_visibility.scss +12 -0
  148. data/vendor/assets/stylesheets/emma.css/sass/rules/_webkit-font-smoothing.scss +12 -0
  149. data/vendor/assets/stylesheets/emma.css/sass/rules/_white-space.scss +20 -0
  150. data/vendor/assets/stylesheets/emma.css/sass/rules/_width.scss +68 -0
  151. data/vendor/assets/stylesheets/emma.css/sass/rules/_word-break.scss +12 -0
  152. data/vendor/assets/stylesheets/emma.css/sass/rules/_word-wrap.scss +20 -0
  153. data/vendor/assets/stylesheets/emma.css/sass/rules/_z-index.scss +36 -0
  154. metadata +150 -3
  155. data/vendor/assets/stylesheets/emma.scss +0 -927
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4042bcd70fd0193807e41671930c2ebb8c79c87
4
- data.tar.gz: bc1fb70338f69d247ab491fc9d086754a3545a18
3
+ metadata.gz: ced767628354a0f66f398dcaad6a68a171c9f4ea
4
+ data.tar.gz: dc342b8e4d0dd540fc2db3daf791bd45831d76eb
5
5
  SHA512:
6
- metadata.gz: 099d3b123b1d4134a6156c419687adc12965f4ec1501e5e214cdc7089415162c71b76d30da91bd6b5bd84d53daa7c70db15bf14336051c88658d261b300859e3
7
- data.tar.gz: 7940a683782eda912d6662bb027c00e1988fc9313192459cb6614574cdca0d6bb61aaa3a7c29fa30d6599f1be47c6fe8e21431124ea8817e13045ba3d2f6d501
6
+ metadata.gz: d5d49c570d65ffef667be16e390fd7af12214eb7c75a5dd0d7106a4415a47606016c0380bf5311e35e339b0f3149f27554882f22a36e45181d53c68eea79c0f2
7
+ data.tar.gz: d1206ce6382d5db7d37ed85ef984ea86474eb4a741db00a17b1cd87a957221506a03c0b71fdeea55728ba5c447377be4743dca2d19bf9f063d4e44f9cb2747f9
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  ## master (unreleased)
4
4
  * Nothing
5
5
 
6
+ ## 0.9.0.0
7
+ * Update emma.css to 0.9.0
8
+
6
9
  ## 0.8.0.0
7
10
  * Update emma.scss to 0.8.0
8
11
 
data/README.md CHANGED
@@ -18,7 +18,7 @@ In your `application.css`, include the css file:
18
18
 
19
19
  ``` css
20
20
  /*
21
- *= require emma
21
+ *= require emma.css/emma.scss
22
22
  */
23
23
  ```
24
24
 
@@ -27,7 +27,7 @@ Then restart your webserver if it was previously running.
27
27
  If you prefer SCSS, add this to your `application.css.scss` file:
28
28
 
29
29
  ``` scss
30
- @import "emma";
30
+ @import "emma.css/emma.scss";
31
31
  ```
32
32
 
33
33
  See also: [Getting Started with Emma.css](https://github.com/ruedap/emma.css#getting-started)
@@ -38,4 +38,4 @@ Released under the [MIT license](http://ruedap.mit-license.org/2015).
38
38
 
39
39
  ## Author
40
40
 
41
- <a href="https://github.com/ruedap"><img src="https://dl.dropboxusercontent.com/u/281168/images/github-ruedap-avatar-1500x1500.png" alt="ruedap" title="ruedap" width="100" height="100"></a>
41
+ <a href="https://github.com/ruedap"><img src="https://avatars.githubusercontent.com/u/289671?v=3&s=300" alt="ruedap" title="ruedap" width="100" height="100"></a>
data/Rakefile CHANGED
@@ -3,4 +3,14 @@ require "rspec/core/rake_task"
3
3
 
4
4
  RSpec::Core::RakeTask.new(:spec)
5
5
 
6
+ namespace :npm do
7
+ task :copy do
8
+ sh 'rm -rf vendor/assets/stylesheets/emma.css/'
9
+ sh 'mkdir vendor/assets/stylesheets/emma.css/'
10
+ sh 'cp -r node_modules/emma.css/ vendor/assets/stylesheets/emma.css/'
11
+ sh 'rm vendor/assets/stylesheets/emma.css/package.json'
12
+ sh "sed -n '1,1p' vendor/assets/stylesheets/emma.css/emma.css"
13
+ end
14
+ end
15
+
6
16
  task :default => :spec
@@ -1,3 +1,3 @@
1
1
  module EmmaCssRails
2
- VERSION = "0.8.0.0"
2
+ VERSION = "0.9.0.0"
3
3
  end
@@ -0,0 +1,50 @@
1
+ # CHANGELOG
2
+
3
+ ## master (unreleased)
4
+ * Nothing
5
+
6
+ ## 0.9.0
7
+ * Restructure based on YAML documents
8
+
9
+ ## 0.8.0
10
+ * Add snippet: fz-0 (font-size: 0)
11
+ * Add snippet: horizontal and vertical padding
12
+ * Add snippet: horizontal and vertical margin
13
+
14
+ ## 0.7.0
15
+ * Add snippet: `ff-j` (font-family for Japanese)
16
+ * Add snippet: `z-9999` (`z-index: 9999`)
17
+ * Change from ruby-sass to node-sass
18
+ * Introduce npm run commands to build sass
19
+
20
+ ## 0.6.0
21
+ * Change `$emma-alternative-colors` default value from false to true
22
+ * Add Makefile
23
+
24
+ ## 0.5.0
25
+ * Add max-width sizes
26
+ * Add border-radius sizes
27
+ * Add 5 colors
28
+ * Change margin/padding variables
29
+ * Change line-height variables
30
+ * Change font-size variables
31
+
32
+ ## 0.4.0
33
+ * Rename snippet name: `lire` -> `reli`
34
+ * Improve snippet: `tehi`
35
+ * Improve snippet: `abce`
36
+
37
+ ## 0.3.0
38
+ * Add snippet: `tehi` (Text hiding)
39
+
40
+ ## 0.2.0
41
+ * Rename `opacity` snippet names (e.g. `op-01` -> `op-0_1`)
42
+ * Rename multiple declaration snippet names
43
+ * `tet` -> `tetr`
44
+ * `lir` -> `lire`
45
+ * `abc` -> `abce`
46
+ * Add snippet: `m-a` (`margin: auto`)
47
+ * Add snippet: `m-0_a` (`margin: 0 auto`)
48
+
49
+ ## 0.1.0
50
+ * Initial public release
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2015 ruedap
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 all
13
+ 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 THE
21
+ SOFTWARE.
@@ -0,0 +1,152 @@
1
+ # Emma.css { [emmet](http://docs.emmet.io/cheat-sheet/)-like utility classes }
2
+
3
+ A collection of [CSS utility classes](emma.css) for rapid and easy front-end development.
4
+
5
+ [![CircleCI](https://circleci.com/gh/ruedap/emma.css.svg?style=shield)](https://circleci.com/gh/ruedap/emma.css)
6
+
7
+ ## Example
8
+
9
+ Emma.css only:
10
+
11
+ ``` html
12
+ <article class="u-cf">
13
+ <img class="u-d-b u-fl-l u-w-a u-mr-xl u-bdrs-3" src="foo.png">
14
+ <div class="u-fl-l u-ml-lg u-p-md">
15
+ <h1 class="u-m-0 u-ff-t">Title</h1>
16
+ <p class="u-wow-bw u-wfsm-a">Description</p>
17
+ <a class="u-d-ib u-fz-sm u-lh-2" href="#">Read more</a>
18
+ </div>
19
+ </article>
20
+ ```
21
+
22
+ [SUIT CSS](https://suitcss.github.io/) naming convention + Emma.css:
23
+
24
+ ``` html
25
+ <article class="Excerpt u-cf">
26
+ <img class="Excerpt-thumbnail u-d-b u-fl-l u-w-a" src="foo.png">
27
+ <div class="u-fl-l u-ml-lg u-p-md">
28
+ <h1 class="Excerpt-title">Title</h1>
29
+ <p class="u-wow-bw u-wfsm-a">Description</p>
30
+ <a class="Excerpt-readMore" href="#">Read more</a>
31
+ </div>
32
+ </article>
33
+ ```
34
+
35
+ utility class name | declaration
36
+ --- | ---
37
+ `.u-cf` (clearfix) | [micro clearfix hack](http://nicolasgallagher.com/micro-clearfix-hack/)
38
+ `.u-d-b` | display: block;
39
+ `.u-fl-l` | float: left;
40
+ `.u-w-a` | width: auto;
41
+ `.u-mr-xl` (extra large) | margin-right: 4.0rem;
42
+ `.u-bdrs-3` | border-radius: 3px;
43
+ `.u-ml-lg` (large) | margin-left: 2.0rem;
44
+ `.u-p-md` (medium) | padding: 1.0rem;
45
+ `.u-m-0` | margin: 0;
46
+ `.u-ff-t` | font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
47
+ `.u-wow-bw` | word-wrap: break-word;
48
+ `.u-wfsm-a` | -webkit-font-smoothing: antialiased;
49
+ `.u-d-ib` | display: inline-block;
50
+ `.u-fz-sm` (small) | font-size: small;
51
+ `.u-lh-2` | line-height: 2;
52
+
53
+ See also: [emma.css](emma.css) (all utility classes)
54
+
55
+ ## Getting Started
56
+
57
+ ### Installation
58
+
59
+ Install or download Emma.css from one of these sources:
60
+
61
+ * **npm**: `npm install emma.css`
62
+ * **Bower**: `bower install emma.css`
63
+ * **Rails**: [emma-css-rails](https://github.com/ruedap/emma-css-rails)
64
+ * **Download**: [zip](https://github.com/ruedap/emma.css/releases)
65
+ * **Alfred 2**: [Emma.css Workflow](https://github.com/ruedap/alfred-emma-css-workflow)
66
+
67
+ ### Basic usage
68
+
69
+ SCSS:
70
+ ``` scss
71
+ @import "path/to/emma.scss";
72
+ ```
73
+ CSS output:
74
+ ``` css
75
+ .u-pos-s { position: static !important; }
76
+ .u-pos-a { position: absolute !important; }
77
+ .u-pos-r { position: relative !important; }
78
+ (snip)
79
+ ```
80
+
81
+ ### Change prefix of utility classes
82
+
83
+ Default prefix: `u-`
84
+ You can change prefix of utility classes by `$emma-prefix` variable:
85
+
86
+ ``` scss
87
+ $emma-prefix: "foo-"; // Change prefix
88
+ @import "path/to/emma.scss";
89
+ ```
90
+ CSS output:
91
+ ``` css
92
+ .foo-pos-s { position: static !important; }
93
+ .foo-pos-a { position: absolute !important; }
94
+ .foo-pos-r { position: relative !important; }
95
+ (snip)
96
+ ```
97
+
98
+ If you need to remove prefix:
99
+
100
+ ``` scss
101
+ $emma-prefix: ""; // Remove prefix
102
+ @import "path/to/emma.scss";
103
+ ```
104
+ CSS output:
105
+ ``` css
106
+ .pos-s { position: static !important; }
107
+ .pos-a { position: absolute !important; }
108
+ .pos-r { position: relative !important; }
109
+ (snip)
110
+ ```
111
+
112
+ ### Remove !important annotations
113
+
114
+ You can remove `!important` annotations by `$emma-important` variable:
115
+
116
+ ``` scss
117
+ $emma-important: false; // Remove !important annotations
118
+ @import "path/to/emma.scss";
119
+ ```
120
+ CSS output:
121
+ ``` css
122
+ .u-pos-s { position: static; }
123
+ .u-pos-a { position: absolute; }
124
+ .u-pos-r { position: relative; }
125
+ (snip)
126
+ ```
127
+
128
+ ### Change default sizes or colors
129
+
130
+ You can change default sizes or colors by [variables](sass/_vars.scss):
131
+
132
+ ``` scss
133
+ $emma-padding-md: 20px; // default: `1.0rem`
134
+ $emma-color-black: #000; // default: `#111111`
135
+ @import "path/to/emma.scss";
136
+ ```
137
+
138
+ ## Inspired by
139
+
140
+ * [emmetio/emmet](https://github.com/emmetio/emmet)
141
+ * [suitcss/suit](https://github.com/suitcss/suit)
142
+ * [jxnblk/basscss](https://github.com/jxnblk/basscss)
143
+ * [t32k/wisteria](https://github.com/t32k/wisteria)
144
+ * [hail2u/node-edjo](https://github.com/hail2u/node-edjo)
145
+
146
+ ## License
147
+
148
+ Released under the [MIT license](LICENSE).
149
+
150
+ ## Author
151
+
152
+ [ruedap](https://github.com/ruedap)
@@ -0,0 +1,595 @@
1
+ /*! Emma.css 0.9.0 | MIT License | https://git.io/emma */
2
+ .u-pos-s { position: static !important; }
3
+ .u-pos-a { position: absolute !important; }
4
+ .u-pos-r { position: relative !important; }
5
+ .u-pos-f { position: fixed !important; }
6
+ .u-t-a { top: auto !important; }
7
+ .u-t-0 { top: 0 !important; }
8
+ .u-r-a { right: auto !important; }
9
+ .u-r-0 { right: 0 !important; }
10
+ .u-b-a { bottom: auto !important; }
11
+ .u-b-0 { bottom: 0 !important; }
12
+ .u-l-a { left: auto !important; }
13
+ .u-l-0 { left: 0 !important; }
14
+ .u-z-a { z-index: auto !important; }
15
+ .u-z-0 { z-index: 0 !important; }
16
+ .u-z-1 { z-index: 1 !important; }
17
+ .u-z-2 { z-index: 2 !important; }
18
+ .u-z-3 { z-index: 3 !important; }
19
+ .u-z-4 { z-index: 4 !important; }
20
+ .u-z-5 { z-index: 5 !important; }
21
+ .u-z-6 { z-index: 6 !important; }
22
+ .u-z-9999 { z-index: 9999 !important; }
23
+ .u-d-n { display: none !important; }
24
+ .u-d-b { display: block !important; }
25
+ .u-d-f { display: flex !important; }
26
+ .u-d-if { display: inline-flex !important; }
27
+ .u-d-i { display: inline !important; }
28
+ .u-d-ib { display: inline-block !important; }
29
+ .u-d-li { display: list-item !important; }
30
+ .u-d-ri { display: run-in !important; }
31
+ .u-d-cp { display: compact !important; }
32
+ .u-d-tb { display: table !important; }
33
+ .u-d-itb { display: inline-table !important; }
34
+ .u-d-tbcp { display: table-caption !important; }
35
+ .u-d-tbcl { display: table-column !important; }
36
+ .u-d-tbclg { display: table-column-group !important; }
37
+ .u-d-tbhg { display: table-header-group !important; }
38
+ .u-d-tbfg { display: table-footer-group !important; }
39
+ .u-d-tbr { display: table-row !important; }
40
+ .u-d-tbrg { display: table-row-group !important; }
41
+ .u-d-tbc { display: table-cell !important; }
42
+ .u-d-rb { display: ruby !important; }
43
+ .u-d-rbb { display: ruby-base !important; }
44
+ .u-d-rbbg { display: ruby-base-group !important; }
45
+ .u-d-rbt { display: ruby-text !important; }
46
+ .u-d-rbtg { display: ruby-text-group !important; }
47
+ .u-v-v { visibility: visible !important; }
48
+ .u-v-h { visibility: hidden !important; }
49
+ .u-v-c { visibility: collapse !important; }
50
+ .u-ov-v { overflow: visible !important; }
51
+ .u-ov-h { overflow: hidden !important; }
52
+ .u-ov-s { overflow: scroll !important; }
53
+ .u-ov-a { overflow: auto !important; }
54
+ .u-ovx-v { overflow-x: visible !important; }
55
+ .u-ovx-h { overflow-x: hidden !important; }
56
+ .u-ovx-s { overflow-x: scroll !important; }
57
+ .u-ovx-a { overflow-x: auto !important; }
58
+ .u-ovy-v { overflow-y: visible !important; }
59
+ .u-ovy-h { overflow-y: hidden !important; }
60
+ .u-ovy-s { overflow-y: scroll !important; }
61
+ .u-ovy-a { overflow-y: auto !important; }
62
+ .u-bxz-cb { box-sizing: content-box !important; }
63
+ .u-bxz-bb { box-sizing: border-box !important; }
64
+ .u-tbl-a { table-layout: auto !important; }
65
+ .u-tbl-f { table-layout: fixed !important; }
66
+ .u-fxd-r { flex-direction: row !important; }
67
+ .u-fxd-rr { flex-direction: row-reverse !important; }
68
+ .u-fxd-c { flex-direction: column !important; }
69
+ .u-fxd-cr { flex-direction: column-reverse !important; }
70
+ .u-fxw-n { flex-wrap: nowrap !important; }
71
+ .u-fxw-w { flex-wrap: wrap !important; }
72
+ .u-fxw-wr { flex-wrap: wrap-reverse !important; }
73
+ .u-jc-fs { justify-content: flex-start !important; }
74
+ .u-jc-fe { justify-content: flex-end !important; }
75
+ .u-jc-c { justify-content: center !important; }
76
+ .u-jc-sb { justify-content: space-between !important; }
77
+ .u-jc-sa { justify-content: space-around !important; }
78
+ .u-ai-fs { align-items: flex-start !important; }
79
+ .u-ai-fe { align-items: flex-end !important; }
80
+ .u-ai-c { align-items: center !important; }
81
+ .u-ai-b { align-items: baseline !important; }
82
+ .u-ai-s { align-items: stretch !important; }
83
+ .u-ac-fs { align-content: flex-start !important; }
84
+ .u-ac-fe { align-content: flex-end !important; }
85
+ .u-ac-c { align-content: center !important; }
86
+ .u-ac-sb { align-content: space-between !important; }
87
+ .u-ac-sa { align-content: space-around !important; }
88
+ .u-ac-s { align-content: stretch !important; }
89
+ .u-ord-0 { order: 0 !important; }
90
+ .u-ord-1 { order: 1 !important; }
91
+ .u-ord-2 { order: 2 !important; }
92
+ .u-ord-3 { order: 3 !important; }
93
+ .u-ord-4 { order: 4 !important; }
94
+ .u-ord-5 { order: 5 !important; }
95
+ .u-ord-6 { order: 6 !important; }
96
+ .u-ord-9999 { order: 9999 !important; }
97
+ .u-ord--1 { order: -1 !important; }
98
+ .u-fx-n { flex: none !important; }
99
+ .u-fx-1_1_a { flex: 1 1 auto !important; }
100
+ .u-fx-1_0_a { flex: 1 0 auto !important; }
101
+ .u-fx-1_1_1 { flex: 1 1 1px !important; }
102
+ .u-as-a { align-self: auto !important; }
103
+ .u-as-fs { align-self: flex-start !important; }
104
+ .u-as-fe { align-self: flex-end !important; }
105
+ .u-as-c { align-self: center !important; }
106
+ .u-as-b { align-self: baseline !important; }
107
+ .u-as-s { align-self: stretch !important; }
108
+ .u-abce { bottom: 0 !important; left: 0 !important; margin: auto !important; position: auto !important; right: 0 !important; top: 0 !important; }
109
+ .u-fl-n { float: none !important; }
110
+ .u-fl-l { float: left !important; }
111
+ .u-fl-r { float: right !important; }
112
+ .u-cl-n { clear: none !important; }
113
+ .u-cl-l { clear: left !important; }
114
+ .u-cl-r { clear: right !important; }
115
+ .u-cl-b { clear: both !important; }
116
+ .u-cf:before, .u-cf:after { content: " "; display: table; }
117
+ .u-cf:after { clear: both; }
118
+ .u-bxsh-n { box-shadow: none !important; }
119
+ .u-bg-n { background: none !important; }
120
+ .u-bgc-t { background-color: transparent !important; }
121
+ .u-bgc-cc { background-color: currentColor !important; }
122
+ .u-bgc-white { background-color: #ffffff !important; }
123
+ .u-bgc-silver { background-color: #dddddd !important; }
124
+ .u-bgc-gray { background-color: #aaaaaa !important; }
125
+ .u-bgc-black { background-color: #111111 !important; }
126
+ .u-bgc-navy { background-color: #001f3f !important; }
127
+ .u-bgc-blue { background-color: #0074d9 !important; }
128
+ .u-bgc-aqua { background-color: #7fdbff !important; }
129
+ .u-bgc-teal { background-color: #39cccc !important; }
130
+ .u-bgc-olive { background-color: #3d9970 !important; }
131
+ .u-bgc-green { background-color: #2ecc40 !important; }
132
+ .u-bgc-lime { background-color: #01ff70 !important; }
133
+ .u-bgc-yellow { background-color: #ffdc00 !important; }
134
+ .u-bgc-orange { background-color: #ff851b !important; }
135
+ .u-bgc-red { background-color: #ff4136 !important; }
136
+ .u-bgc-maroon { background-color: #85144b !important; }
137
+ .u-bgc-fuchsia { background-color: #f012be !important; }
138
+ .u-bgc-purple { background-color: #b10dc9 !important; }
139
+ .u-bgc-primary { background-color: #0275d8 !important; }
140
+ .u-bgc-success { background-color: #5cb85c !important; }
141
+ .u-bgc-info { background-color: #5bc0de !important; }
142
+ .u-bgc-warning { background-color: #f0ad4e !important; }
143
+ .u-bgc-danger { background-color: #d9534f !important; }
144
+ .u-bgi-n { background-image: none !important; }
145
+ .u-bgr-n { background-repeat: no-repeat !important; }
146
+ .u-bgr-x { background-repeat: repeat-x !important; }
147
+ .u-bgr-y { background-repeat: repeat-y !important; }
148
+ .u-bgr-sp { background-repeat: space !important; }
149
+ .u-bgr-rd { background-repeat: round !important; }
150
+ .u-bga-f { background-attachment: fixed !important; }
151
+ .u-bga-s { background-attachment: scroll !important; }
152
+ .u-bgp-t { background-position: top !important; }
153
+ .u-bgp-r { background-position: right !important; }
154
+ .u-bgp-b { background-position: bottom !important; }
155
+ .u-bgp-l { background-position: left !important; }
156
+ .u-bgp-c { background-position: center !important; }
157
+ .u-bgsz-a { background-size: auto !important; }
158
+ .u-bgsz-ct { background-size: contain !important; }
159
+ .u-bgsz-cv { background-size: cover !important; }
160
+ .u-m-0 { margin: 0 !important; }
161
+ .u-m-a { margin: auto !important; }
162
+ .u-m-0_a { margin: 0 auto !important; }
163
+ .u-m-a_0 { margin: auto 0 !important; }
164
+ .u-m-xs { margin: 0.2rem !important; }
165
+ .u-m-sm { margin: 0.5rem !important; }
166
+ .u-m-md { margin: 1rem !important; }
167
+ .u-m-lg { margin: 1.5rem !important; }
168
+ .u-m-xl { margin: 3rem !important; }
169
+ .u-mt-0 { margin-top: 0 !important; }
170
+ .u-mt-a { margin-top: auto !important; }
171
+ .u-mt-xs { margin-top: 0.2rem !important; }
172
+ .u-mt-sm { margin-top: 0.5rem !important; }
173
+ .u-mt-md { margin-top: 1rem !important; }
174
+ .u-mt-lg { margin-top: 1.5rem !important; }
175
+ .u-mt-xl { margin-top: 3rem !important; }
176
+ .u-mr-0 { margin-right: 0 !important; }
177
+ .u-mr-a { margin-right: auto !important; }
178
+ .u-mr-xs { margin-right: 0.2rem !important; }
179
+ .u-mr-sm { margin-right: 0.5rem !important; }
180
+ .u-mr-md { margin-right: 1rem !important; }
181
+ .u-mr-lg { margin-right: 1.5rem !important; }
182
+ .u-mr-xl { margin-right: 3rem !important; }
183
+ .u-mb-0 { margin-bottom: 0 !important; }
184
+ .u-mb-a { margin-bottom: auto !important; }
185
+ .u-mb-xs { margin-bottom: 0.2rem !important; }
186
+ .u-mb-sm { margin-bottom: 0.5rem !important; }
187
+ .u-mb-md { margin-bottom: 1rem !important; }
188
+ .u-mb-lg { margin-bottom: 1.5rem !important; }
189
+ .u-mb-xl { margin-bottom: 3rem !important; }
190
+ .u-ml-0 { margin-left: 0 !important; }
191
+ .u-ml-a { margin-left: auto !important; }
192
+ .u-ml-xs { margin-left: 0.2rem !important; }
193
+ .u-ml-sm { margin-left: 0.5rem !important; }
194
+ .u-ml-md { margin-left: 1rem !important; }
195
+ .u-ml-lg { margin-left: 1.5rem !important; }
196
+ .u-ml-xl { margin-left: 3rem !important; }
197
+ .u-mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
198
+ .u-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
199
+ .u-mx-a { margin-left: auto !important; margin-right: auto !important; }
200
+ .u-my-a { margin-top: auto !important; margin-bottom: auto !important; }
201
+ .u-mx-xs { margin-left: 0.2rem !important; margin-right: 0.2rem !important; }
202
+ .u-my-xs { margin-top: 0.2rem !important; margin-bottom: 0.2rem !important; }
203
+ .u-mx-sm { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
204
+ .u-my-sm { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
205
+ .u-mx-md { margin-left: 1rem !important; margin-right: 1rem !important; }
206
+ .u-my-md { margin-top: 1rem !important; margin-bottom: 1rem !important; }
207
+ .u-mx-lg { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
208
+ .u-my-lg { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
209
+ .u-mx-xl { margin-left: 3rem !important; margin-right: 3rem !important; }
210
+ .u-my-xl { margin-top: 3rem !important; margin-bottom: 3rem !important; }
211
+ .u-p-0 { padding: 0 !important; }
212
+ .u-p-xs { padding: 0.2rem !important; }
213
+ .u-p-sm { padding: 0.5rem !important; }
214
+ .u-p-md { padding: 1rem !important; }
215
+ .u-p-lg { padding: 1.5rem !important; }
216
+ .u-p-xl { padding: 3rem !important; }
217
+ .u-pt-0 { padding-top: 0 !important; }
218
+ .u-pt-xs { padding-top: 0.2rem !important; }
219
+ .u-pt-sm { padding-top: 0.5rem !important; }
220
+ .u-pt-md { padding-top: 1rem !important; }
221
+ .u-pt-lg { padding-top: 1.5rem !important; }
222
+ .u-pt-xl { padding-top: 3rem !important; }
223
+ .u-pr-0 { padding-right: 0 !important; }
224
+ .u-pr-xs { padding-right: 0.2rem !important; }
225
+ .u-pr-sm { padding-right: 0.5rem !important; }
226
+ .u-pr-md { padding-right: 1rem !important; }
227
+ .u-pr-lg { padding-right: 1.5rem !important; }
228
+ .u-pr-xl { padding-right: 3rem !important; }
229
+ .u-pb-0 { padding-bottom: 0 !important; }
230
+ .u-pb-xs { padding-bottom: 0.2rem !important; }
231
+ .u-pb-sm { padding-bottom: 0.5rem !important; }
232
+ .u-pb-md { padding-bottom: 1rem !important; }
233
+ .u-pb-lg { padding-bottom: 1.5rem !important; }
234
+ .u-pb-xl { padding-bottom: 3rem !important; }
235
+ .u-pl-0 { padding-left: 0 !important; }
236
+ .u-pl-xs { padding-left: 0.2rem !important; }
237
+ .u-pl-sm { padding-left: 0.5rem !important; }
238
+ .u-pl-md { padding-left: 1rem !important; }
239
+ .u-pl-lg { padding-left: 1.5rem !important; }
240
+ .u-pl-xl { padding-left: 3rem !important; }
241
+ .u-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
242
+ .u-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
243
+ .u-px-xs { padding-left: 0.2rem !important; padding-right: 0.2rem !important; }
244
+ .u-py-xs { padding-top: 0.2rem !important; padding-bottom: 0.2rem !important; }
245
+ .u-px-sm { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
246
+ .u-py-sm { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
247
+ .u-px-md { padding-left: 1rem !important; padding-right: 1rem !important; }
248
+ .u-py-md { padding-top: 1rem !important; padding-bottom: 1rem !important; }
249
+ .u-px-lg { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
250
+ .u-py-lg { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
251
+ .u-px-xl { padding-left: 3rem !important; padding-right: 3rem !important; }
252
+ .u-py-xl { padding-top: 3rem !important; padding-bottom: 3rem !important; }
253
+ .u-w-a { width: auto !important; }
254
+ .u-w-0 { width: 0 !important; }
255
+ .u-w-1p { width: 1% !important; }
256
+ .u-w-10p { width: 10% !important; }
257
+ .u-w-20p { width: 20% !important; }
258
+ .u-w-25p { width: 25% !important; }
259
+ .u-w-30p { width: 30% !important; }
260
+ .u-w-33p { width: 33% !important; }
261
+ .u-w-40p { width: 40% !important; }
262
+ .u-w-50p { width: 50% !important; }
263
+ .u-w-60p { width: 60% !important; }
264
+ .u-w-66p { width: 66% !important; }
265
+ .u-w-70p { width: 70% !important; }
266
+ .u-w-75p { width: 75% !important; }
267
+ .u-w-80p { width: 80% !important; }
268
+ .u-w-90p { width: 90% !important; }
269
+ .u-w-100p { width: 100% !important; }
270
+ .u-maw-n { max-width: none !important; }
271
+ .u-maw-1p { max-width: 1% !important; }
272
+ .u-maw-10p { max-width: 10% !important; }
273
+ .u-maw-20p { max-width: 20% !important; }
274
+ .u-maw-25p { max-width: 25% !important; }
275
+ .u-maw-30p { max-width: 30% !important; }
276
+ .u-maw-33p { max-width: 33% !important; }
277
+ .u-maw-40p { max-width: 40% !important; }
278
+ .u-maw-50p { max-width: 50% !important; }
279
+ .u-maw-60p { max-width: 60% !important; }
280
+ .u-maw-66p { max-width: 66% !important; }
281
+ .u-maw-70p { max-width: 70% !important; }
282
+ .u-maw-75p { max-width: 75% !important; }
283
+ .u-maw-80p { max-width: 80% !important; }
284
+ .u-maw-90p { max-width: 90% !important; }
285
+ .u-maw-100p { max-width: 100% !important; }
286
+ .u-miw-0 { min-width: 0 !important; }
287
+ .u-h-a { height: auto !important; }
288
+ .u-h-0 { height: 0 !important; }
289
+ .u-h-100p { height: 100% !important; }
290
+ .u-mah-n { max-height: none !important; }
291
+ .u-mah-100p { max-height: 100% !important; }
292
+ .u-mih-0 { min-height: 0 !important; }
293
+ .u-ol-n { outline: none !important; }
294
+ .u-olw-tn { outline-width: thin !important; }
295
+ .u-olw-md { outline-width: medium !important; }
296
+ .u-olw-tc { outline-width: thick !important; }
297
+ .u-ols-n { outline-style: none !important; }
298
+ .u-ols-dt { outline-style: dotted !important; }
299
+ .u-ols-ds { outline-style: dashed !important; }
300
+ .u-ols-s { outline-style: solid !important; }
301
+ .u-ols-db { outline-style: double !important; }
302
+ .u-ols-g { outline-style: groove !important; }
303
+ .u-ols-r { outline-style: ridge !important; }
304
+ .u-ols-i { outline-style: inset !important; }
305
+ .u-ols-o { outline-style: outset !important; }
306
+ .u-olc-i { outline-color: invert !important; }
307
+ .u-bfv-h { backface-visibility: hidden !important; }
308
+ .u-bfv-v { backface-visibility: visible !important; }
309
+ .u-bd-n { border: none !important; }
310
+ .u-bd-0 { border: 0 !important; }
311
+ .u-bdcl-c { border-collapse: collapse !important; }
312
+ .u-bdcl-s { border-collapse: separate !important; }
313
+ .u-bdc-t { border-color: transparent !important; }
314
+ .u-bdc-cc { border-color: currentColor !important; }
315
+ .u-bdc-white { border-color: #ffffff !important; }
316
+ .u-bdc-silver { border-color: #dddddd !important; }
317
+ .u-bdc-gray { border-color: #aaaaaa !important; }
318
+ .u-bdc-black { border-color: #111111 !important; }
319
+ .u-bdc-navy { border-color: #001f3f !important; }
320
+ .u-bdc-blue { border-color: #0074d9 !important; }
321
+ .u-bdc-aqua { border-color: #7fdbff !important; }
322
+ .u-bdc-teal { border-color: #39cccc !important; }
323
+ .u-bdc-olive { border-color: #3d9970 !important; }
324
+ .u-bdc-green { border-color: #2ecc40 !important; }
325
+ .u-bdc-lime { border-color: #01ff70 !important; }
326
+ .u-bdc-yellow { border-color: #ffdc00 !important; }
327
+ .u-bdc-orange { border-color: #ff851b !important; }
328
+ .u-bdc-red { border-color: #ff4136 !important; }
329
+ .u-bdc-maroon { border-color: #85144b !important; }
330
+ .u-bdc-fuchsia { border-color: #f012be !important; }
331
+ .u-bdc-purple { border-color: #b10dc9 !important; }
332
+ .u-bdc-primary { border-color: #0275d8 !important; }
333
+ .u-bdc-success { border-color: #5cb85c !important; }
334
+ .u-bdc-info { border-color: #5bc0de !important; }
335
+ .u-bdc-warning { border-color: #f0ad4e !important; }
336
+ .u-bdc-danger { border-color: #d9534f !important; }
337
+ .u-bdi-n { border-image: none !important; }
338
+ .u-bds-n { border-style: none !important; }
339
+ .u-bds-h { border-style: hidden !important; }
340
+ .u-bds-dt { border-style: dotted !important; }
341
+ .u-bds-ds { border-style: dashed !important; }
342
+ .u-bds-s { border-style: solid !important; }
343
+ .u-bds-db { border-style: double !important; }
344
+ .u-bds-w { border-style: wave !important; }
345
+ .u-bds-g { border-style: groove !important; }
346
+ .u-bds-r { border-style: ridge !important; }
347
+ .u-bds-i { border-style: inset !important; }
348
+ .u-bds-o { border-style: outset !important; }
349
+ .u-bdw-0 { border-width: 0 !important; }
350
+ .u-bdw-1 { border-width: 1px !important; }
351
+ .u-bdw-2 { border-width: 2px !important; }
352
+ .u-bdw-3 { border-width: 3px !important; }
353
+ .u-bdw-4 { border-width: 4px !important; }
354
+ .u-bdw-5 { border-width: 5px !important; }
355
+ .u-bdw-6 { border-width: 6px !important; }
356
+ .u-bdtw-0 { border-top-width: 0 !important; }
357
+ .u-bdtw-1 { border-top-width: 1px !important; }
358
+ .u-bdtw-2 { border-top-width: 2px !important; }
359
+ .u-bdtw-3 { border-top-width: 3px !important; }
360
+ .u-bdtw-4 { border-top-width: 4px !important; }
361
+ .u-bdtw-5 { border-top-width: 5px !important; }
362
+ .u-bdtw-6 { border-top-width: 6px !important; }
363
+ .u-bdrw-0 { border-right-width: 0 !important; }
364
+ .u-bdrw-1 { border-right-width: 1px !important; }
365
+ .u-bdrw-2 { border-right-width: 2px !important; }
366
+ .u-bdrw-3 { border-right-width: 3px !important; }
367
+ .u-bdrw-4 { border-right-width: 4px !important; }
368
+ .u-bdrw-5 { border-right-width: 5px !important; }
369
+ .u-bdrw-6 { border-right-width: 6px !important; }
370
+ .u-bdbw-0 { border-bottom-width: 0 !important; }
371
+ .u-bdbw-1 { border-bottom-width: 1px !important; }
372
+ .u-bdbw-2 { border-bottom-width: 2px !important; }
373
+ .u-bdbw-3 { border-bottom-width: 3px !important; }
374
+ .u-bdbw-4 { border-bottom-width: 4px !important; }
375
+ .u-bdbw-5 { border-bottom-width: 5px !important; }
376
+ .u-bdbw-6 { border-bottom-width: 6px !important; }
377
+ .u-bdlw-0 { border-left-width: 0 !important; }
378
+ .u-bdlw-1 { border-left-width: 1px !important; }
379
+ .u-bdlw-2 { border-left-width: 2px !important; }
380
+ .u-bdlw-3 { border-left-width: 3px !important; }
381
+ .u-bdlw-4 { border-left-width: 4px !important; }
382
+ .u-bdlw-5 { border-left-width: 5px !important; }
383
+ .u-bdlw-6 { border-left-width: 6px !important; }
384
+ .u-bdt-n { border-top: none !important; }
385
+ .u-bdt-0 { border-top: 0 !important; }
386
+ .u-bdtc-t { border-top-color: transparent !important; }
387
+ .u-bdtc-cc { border-top-color: currentColor !important; }
388
+ .u-bdr-n { border-right: none !important; }
389
+ .u-bdr-0 { border-right: 0 !important; }
390
+ .u-bdrc-t { border-right-color: transparent !important; }
391
+ .u-bdrc-cc { border-right-color: currentColor !important; }
392
+ .u-bdb-n { border-bottom: none !important; }
393
+ .u-bdb-0 { border-bottom: 0 !important; }
394
+ .u-bdbc-t { border-bottom-color: transparent !important; }
395
+ .u-bdbc-cc { border-bottom-color: currentColor !important; }
396
+ .u-bdl-n { border-left: none !important; }
397
+ .u-bdl-0 { border-left: 0 !important; }
398
+ .u-bdlc-t { border-left-color: transparent !important; }
399
+ .u-bdlc-cc { border-left-color: currentColor !important; }
400
+ .u-bdrs-xs { border-radius: 0.1rem !important; }
401
+ .u-bdrs-sm { border-radius: 0.2rem !important; }
402
+ .u-bdrs-md { border-radius: 0.25rem !important; }
403
+ .u-bdrs-lg { border-radius: 0.3rem !important; }
404
+ .u-bdrs-xl { border-radius: 0.4rem !important; }
405
+ .u-bdrs-0 { border-radius: 0 !important; }
406
+ .u-bdrs-1 { border-radius: 1px !important; }
407
+ .u-bdrs-2 { border-radius: 2px !important; }
408
+ .u-bdrs-3 { border-radius: 3px !important; }
409
+ .u-bdrs-4 { border-radius: 4px !important; }
410
+ .u-bdrs-5 { border-radius: 5px !important; }
411
+ .u-bdrs-6 { border-radius: 6px !important; }
412
+ .u-bdrs-100p { border-radius: 100% !important; }
413
+ .u-c-i { color: inherit !important; }
414
+ .u-c-white { color: #ffffff !important; }
415
+ .u-c-silver { color: #dddddd !important; }
416
+ .u-c-gray { color: #aaaaaa !important; }
417
+ .u-c-black { color: #111111 !important; }
418
+ .u-c-navy { color: #001f3f !important; }
419
+ .u-c-blue { color: #0074d9 !important; }
420
+ .u-c-aqua { color: #7fdbff !important; }
421
+ .u-c-teal { color: #39cccc !important; }
422
+ .u-c-olive { color: #3d9970 !important; }
423
+ .u-c-green { color: #2ecc40 !important; }
424
+ .u-c-lime { color: #01ff70 !important; }
425
+ .u-c-yellow { color: #ffdc00 !important; }
426
+ .u-c-orange { color: #ff851b !important; }
427
+ .u-c-red { color: #ff4136 !important; }
428
+ .u-c-maroon { color: #85144b !important; }
429
+ .u-c-fuchsia { color: #f012be !important; }
430
+ .u-c-purple { color: #b10dc9 !important; }
431
+ .u-c-primary { color: #0275d8 !important; }
432
+ .u-c-success { color: #5cb85c !important; }
433
+ .u-c-info { color: #5bc0de !important; }
434
+ .u-c-warning { color: #f0ad4e !important; }
435
+ .u-c-danger { color: #d9534f !important; }
436
+ .u-lis-n { list-style: none !important; }
437
+ .u-lisp-i { list-style-position: inside !important; }
438
+ .u-lisp-o { list-style-position: outside !important; }
439
+ .u-list-n { list-style-type: none !important; }
440
+ .u-list-d { list-style-type: disc !important; }
441
+ .u-list-c { list-style-type: circle !important; }
442
+ .u-list-s { list-style-type: square !important; }
443
+ .u-list-dc { list-style-type: decimal !important; }
444
+ .u-list-dclz { list-style-type: decimal-leading-zero !important; }
445
+ .u-list-lr { list-style-type: lower-roman !important; }
446
+ .u-list-ur { list-style-type: upper-roman !important; }
447
+ .u-lisi-n { list-style-image: none !important; }
448
+ .u-va-sup { vertical-align: super !important; }
449
+ .u-va-t { vertical-align: top !important; }
450
+ .u-va-tt { vertical-align: text-top !important; }
451
+ .u-va-m { vertical-align: middle !important; }
452
+ .u-va-bl { vertical-align: baseline !important; }
453
+ .u-va-b { vertical-align: bottom !important; }
454
+ .u-va-tb { vertical-align: text-bottom !important; }
455
+ .u-va-sub { vertical-align: sub !important; }
456
+ .u-ta-l { text-align: left !important; }
457
+ .u-ta-c { text-align: center !important; }
458
+ .u-ta-r { text-align: right !important; }
459
+ .u-ta-j { text-align: justify !important; }
460
+ .u-td-n { text-decoration: none !important; }
461
+ .u-td-u { text-decoration: underline !important; }
462
+ .u-td-o { text-decoration: overline !important; }
463
+ .u-td-l { text-decoration: line-through !important; }
464
+ .u-te-n { text-emphasis: none !important; }
465
+ .u-te-ac { text-emphasis: accent !important; }
466
+ .u-te-dt { text-emphasis: dot !important; }
467
+ .u-te-c { text-emphasis: circle !important; }
468
+ .u-te-ds { text-emphasis: disc !important; }
469
+ .u-te-b { text-emphasis: before !important; }
470
+ .u-te-a { text-emphasis: after !important; }
471
+ .u-ti-0 { text-indent: 0 !important; }
472
+ .u-ti-9999 { text-indent: -9999px !important; }
473
+ .u-tov-e { text-overflow: ellipsis !important; }
474
+ .u-tov-c { text-overflow: clip !important; }
475
+ .u-tt-n { text-transform: none !important; }
476
+ .u-tt-c { text-transform: capitalize !important; }
477
+ .u-tt-u { text-transform: uppercase !important; }
478
+ .u-tt-l { text-transform: lowercase !important; }
479
+ .u-tsh-n { text-shadow: none !important; }
480
+ .u-lh-nm { line-height: normal !important; }
481
+ .u-lh-i { line-height: inherit !important; }
482
+ .u-lh-0 { line-height: 0 !important; }
483
+ .u-lh-1 { line-height: 1 !important; }
484
+ .u-lh-2 { line-height: 2 !important; }
485
+ .u-lh-3 { line-height: 3 !important; }
486
+ .u-lh-4 { line-height: 4 !important; }
487
+ .u-lh-5 { line-height: 5 !important; }
488
+ .u-lh-6 { line-height: 6 !important; }
489
+ .u-lh-xs { line-height: 1.25 !important; }
490
+ .u-lh-sm { line-height: 1.33 !important; }
491
+ .u-lh-md { line-height: 1.5 !important; }
492
+ .u-lh-lg { line-height: 1.75 !important; }
493
+ .u-lh-xl { line-height: 2 !important; }
494
+ .u-whs-nm { white-space: normal !important; }
495
+ .u-whs-p { white-space: pre !important; }
496
+ .u-whs-nw { white-space: nowrap !important; }
497
+ .u-whs-pw { white-space: pre-wrap !important; }
498
+ .u-whs-pl { white-space: pre-line !important; }
499
+ .u-wob-nm { word-break: normal !important; }
500
+ .u-wob-k { word-break: keep-all !important; }
501
+ .u-wob-ba { word-break: break-all !important; }
502
+ .u-wow-nm { word-wrap: normal !important; }
503
+ .u-wow-n { word-wrap: none !important; }
504
+ .u-wow-u { word-wrap: unrestricted !important; }
505
+ .u-wow-s { word-wrap: suppress !important; }
506
+ .u-wow-bw { word-wrap: break-word !important; }
507
+ .u-lts-nm { letter-spacing: normal !important; }
508
+ .u-fw-nm { font-weight: normal !important; }
509
+ .u-fw-b { font-weight: bold !important; }
510
+ .u-fw-br { font-weight: bolder !important; }
511
+ .u-fw-l { font-weight: 200 !important; }
512
+ .u-fw-lr { font-weight: lighter !important; }
513
+ .u-fw-100 { font-weight: 100 !important; }
514
+ .u-fw-200 { font-weight: 200 !important; }
515
+ .u-fw-300 { font-weight: 300 !important; }
516
+ .u-fw-400 { font-weight: 400 !important; }
517
+ .u-fw-500 { font-weight: 500 !important; }
518
+ .u-fw-600 { font-weight: 600 !important; }
519
+ .u-fw-700 { font-weight: 700 !important; }
520
+ .u-fw-800 { font-weight: 800 !important; }
521
+ .u-fw-900 { font-weight: 900 !important; }
522
+ .u-fs-nm { font-style: normal !important; }
523
+ .u-fs-i { font-style: italic !important; }
524
+ .u-fs-o { font-style: oblique !important; }
525
+ .u-fv-nm { font-variant: normal !important; }
526
+ .u-fv-sc { font-variant: small-caps !important; }
527
+ .u-fz-xs { font-size: 0.75rem !important; }
528
+ .u-fz-sm { font-size: 0.875rem !important; }
529
+ .u-fz-md { font-size: 1rem !important; }
530
+ .u-fz-lg { font-size: 1.25rem !important; }
531
+ .u-fz-xl { font-size: 1.5rem !important; }
532
+ .u-fz-sr { font-size: smaller !important; }
533
+ .u-fz-lr { font-size: larger !important; }
534
+ .u-fz-0 { font-size: 0 !important; }
535
+ .u-fz-10 { font-size: 10px !important; }
536
+ .u-fz-11 { font-size: 11px !important; }
537
+ .u-fz-12 { font-size: 12px !important; }
538
+ .u-fz-13 { font-size: 13px !important; }
539
+ .u-fz-14 { font-size: 14px !important; }
540
+ .u-fz-15 { font-size: 15px !important; }
541
+ .u-fz-16 { font-size: 16px !important; }
542
+ .u-fz-17 { font-size: 17px !important; }
543
+ .u-fz-18 { font-size: 18px !important; }
544
+ .u-fz-19 { font-size: 19px !important; }
545
+ .u-fz-20 { font-size: 20px !important; }
546
+ .u-fz-h1 { font-size: 2.5rem !important; }
547
+ .u-fz-h2 { font-size: 2rem !important; }
548
+ .u-fz-h3 { font-size: 1.75rem !important; }
549
+ .u-fz-h4 { font-size: 1.5rem !important; }
550
+ .u-fz-h5 { font-size: 1.25rem !important; }
551
+ .u-fz-h6 { font-size: 1rem !important; }
552
+ .u-ff-s { font-family: serif !important; }
553
+ .u-ff-ss { font-family: sans-serif !important; }
554
+ .u-ff-c { font-family: cursive !important; }
555
+ .u-ff-f { font-family: fantasy !important; }
556
+ .u-ff-m { font-family: monospace !important; }
557
+ .u-ff-a { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
558
+ .u-ff-t { font-family: "Times New Roman", Times, Baskerville, Georgia, serif !important; }
559
+ .u-ff-v { font-family: Verdana, Geneva, sans-serif !important; }
560
+ .u-ff-l { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
561
+ .u-ff-j { font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; }
562
+ .u-op-0 { opacity: 0 !important; }
563
+ .u-op-0_1 { opacity: 0.1 !important; }
564
+ .u-op-0_2 { opacity: 0.2 !important; }
565
+ .u-op-0_3 { opacity: 0.3 !important; }
566
+ .u-op-0_4 { opacity: 0.4 !important; }
567
+ .u-op-0_5 { opacity: 0.5 !important; }
568
+ .u-op-0_6 { opacity: 0.6 !important; }
569
+ .u-op-0_7 { opacity: 0.7 !important; }
570
+ .u-op-0_8 { opacity: 0.8 !important; }
571
+ .u-op-0_9 { opacity: 0.9 !important; }
572
+ .u-op-1 { opacity: 1 !important; }
573
+ .u-wfsm-a { -webkit-font-smoothing: antialiased !important; }
574
+ .u-wfsm-sa { -webkit-font-smoothing: subpixel-antialiased !important; }
575
+ .u-wfsm-n { -webkit-font-smoothing: none !important; }
576
+ .u-tetr { max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; word-wrap: normal !important; }
577
+ .u-tehi { overflow: hidden !important; text-indent: 200% !important; white-space: nowrap !important; }
578
+ .u-reli { list-style: none !important; padding-left: 0 !important; }
579
+ .u-rsz-n { resize: none !important; }
580
+ .u-rsz-b { resize: both !important; }
581
+ .u-rsz-h { resize: horizontal !important; }
582
+ .u-rsz-v { resize: vertical !important; }
583
+ .u-cur-a { cursor: auto !important; }
584
+ .u-cur-d { cursor: default !important; }
585
+ .u-cur-c { cursor: crosshair !important; }
586
+ .u-cur-ha { cursor: hand !important; }
587
+ .u-cur-he { cursor: help !important; }
588
+ .u-cur-m { cursor: move !important; }
589
+ .u-cur-p { cursor: pointer !important; }
590
+ .u-cur-t { cursor: text !important; }
591
+ .u-obf-f { object-fit: fill !important; }
592
+ .u-obf-ct { object-fit: contain !important; }
593
+ .u-obf-cv { object-fit: cover !important; }
594
+ .u-obf-n { object-fit: none !important; }
595
+ .u-obf-sd { object-fit: scale-down !important; }