testio-tailwind 0.2.3 → 0.2.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testio-tailwind",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Tailwind based design system for Test IO",
5
5
  "scripts": {
6
6
  "clean": "del dist",
@@ -33,6 +33,10 @@
33
33
  @apply px-xxs text-white font-normal not-italic bg-info rounded;
34
34
  }
35
35
 
36
+ em a, a em {
37
+ @apply px-xxs text-white font-normal not-italic bg-info rounded;
38
+ }
39
+
36
40
  code {
37
41
  @apply p-xxs mb-xs text-label bg-gray-lightest text-black font-mono rounded;
38
42
  }
@@ -35,7 +35,12 @@ ___
35
35
  ### Links
36
36
 
37
37
  [link text](http://test.io)
38
+
38
39
  [link with title](http://test.io "title text!")
40
+
41
+ *[em with link inside](http://test.io)*
42
+
43
+ [link with *em* inside](http://test.io)
39
44
  ___
40
45
 
41
46
 
@@ -23,6 +23,14 @@ title: Trix content styles
23
23
  %hr
24
24
  %h3 Links
25
25
  %a{href:"http://test.io"} Text of link
26
+ %br
27
+ %a{href:"http://test.io"}
28
+ Link with
29
+ %em em
30
+ inside
31
+ %br
32
+ %em
33
+ %a{href:"http://test.io"} em with link inside
26
34
  %hr
27
35
  %h3 Blockquotes
28
36
  %blockquote