fds-vue-core 2.1.54 → 2.1.55
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/dist/apply.css +8 -0
- package/package.json +1 -1
- package/src/apply.css +8 -0
package/dist/apply.css
CHANGED
|
@@ -42,6 +42,14 @@
|
|
|
42
42
|
@apply text-blue-600 hover:text-blue-700 active:text-blue-800 underline focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.link--with-parens::before {
|
|
46
|
+
content: '(';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.link--with-parens::after {
|
|
50
|
+
content: ')';
|
|
51
|
+
}
|
|
52
|
+
|
|
45
53
|
.capitalize-first::first-letter {
|
|
46
54
|
text-transform: uppercase;
|
|
47
55
|
}
|
package/package.json
CHANGED
package/src/apply.css
CHANGED
|
@@ -42,6 +42,14 @@
|
|
|
42
42
|
@apply text-blue-600 hover:text-blue-700 active:text-blue-800 underline focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.link--with-parens::before {
|
|
46
|
+
content: '(';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.link--with-parens::after {
|
|
50
|
+
content: ')';
|
|
51
|
+
}
|
|
52
|
+
|
|
45
53
|
.capitalize-first::first-letter {
|
|
46
54
|
text-transform: uppercase;
|
|
47
55
|
}
|