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
|
@@ -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
|
}
|
|
@@ -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
|