pallote-css 0.2.14 → 0.2.15

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.
@@ -21,6 +21,17 @@
21
21
  .text--bold, %text--bold { font-weight: $font-bold !important; }
22
22
  .text--black, %text--black { font-weight: $font-black !important; }
23
23
 
24
+ // —————————————————————————————————————————————————————————————————
25
+ // transform
26
+ // —————————————————————————————————————————————————————————————————
27
+
28
+ .text--none, %text--none { text-transform: none; }
29
+ .text--capitalize, %text--capitalize { text-transform: capitalize; }
30
+ .text--uppercase, %text--uppercase { text-transform: uppercase; }
31
+ .text--lowercase, %text--lowercase { text-transform: lowercase; }
32
+ .text--initial, %text--initial { text-transform: initial; }
33
+ .text--inherit, %text--inherit { text-transform: inherit; }
34
+
24
35
  // —————————————————————————————————————————————————————————————————
25
36
  // italic
26
37
  // —————————————————————————————————————————————————————————————————
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallote-css",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "CSS component library",
5
5
  "main": "dist/styles/pallote.css",
6
6
  "files": [