Skip to content

Commit 7a63d1a

Browse files
author
GitHub Actions
committed
Update tailwind.css
1 parent 8a5689a commit 7a63d1a

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

app/assets/stylesheets/tailwind.css

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

@@ -475,6 +475,18 @@ button,
475475
cursor: pointer;
476476
}
477477

478+
/**
479+
* Override legacy focus reset from Normalize with modern Firefox focus styles.
480+
*
481+
* This is actually an improvement over the new defaults in Firefox in our testing,
482+
* as it triggers the better focus styles even for links, which still use a dotted
483+
* outline in Firefox by default.
484+
*/
485+
486+
:-moz-focusring {
487+
outline: auto;
488+
}
489+
478490
table {
479491
border-collapse: collapse;
480492
}

yarn.lock

+25-25
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ anymatch@~3.1.2:
112112
normalize-path "^3.0.0"
113113
picomatch "^2.0.4"
114114

115-
arg@^5.0.0:
115+
arg@^5.0.1:
116116
version "5.0.1"
117117
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb"
118118
integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
@@ -194,7 +194,7 @@ chalk@^2.0.0:
194194
escape-string-regexp "^1.0.5"
195195
supports-color "^5.3.0"
196196

197-
chalk@^4.1.1:
197+
chalk@^4.1.2:
198198
version "4.1.2"
199199
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
200200
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -217,7 +217,7 @@ chokidar@^3.5.2:
217217
optionalDependencies:
218218
fsevents "~2.3.2"
219219

220-
color-convert@^1.9.0, color-convert@^1.9.3:
220+
color-convert@^1.9.0:
221221
version "1.9.3"
222222
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
223223
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -249,12 +249,12 @@ color-string@^1.6.0:
249249
color-name "^1.0.0"
250250
simple-swizzle "^0.2.2"
251251

252-
color@^3.2.0:
253-
version "3.2.1"
254-
resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
255-
integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
252+
color@^4.0.1:
253+
version "4.0.1"
254+
resolved "https://registry.yarnpkg.com/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
255+
integrity sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==
256256
dependencies:
257-
color-convert "^1.9.3"
257+
color-convert "^2.0.1"
258258
color-string "^1.6.0"
259259

260260
colorette@^1.2.2:
@@ -400,7 +400,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
400400
dependencies:
401401
is-glob "^4.0.1"
402402

403-
glob-parent@^6.0.0:
403+
glob-parent@^6.0.1:
404404
version "6.0.1"
405405
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.1.tgz#42054f685eb6a44e7a7d189a96efa40a54971aa7"
406406
integrity sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog==
@@ -621,7 +621,7 @@ nanoid@^3.1.23:
621621
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
622622
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
623623

624-
node-emoji@^1.8.1:
624+
node-emoji@^1.11.0:
625625
version "1.11.0"
626626
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
627627
integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
@@ -709,14 +709,14 @@ postcss-load-config@^3.1.0:
709709
lilconfig "^2.0.3"
710710
yaml "^1.10.2"
711711

712-
postcss-nested@5.0.5:
713-
version "5.0.5"
714-
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.5.tgz#f0a107d33a9fab11d7637205f5321e27223e3603"
715-
integrity sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==
712+
postcss-nested@5.0.6:
713+
version "5.0.6"
714+
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc"
715+
integrity sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==
716716
dependencies:
717-
postcss-selector-parser "^6.0.4"
717+
postcss-selector-parser "^6.0.6"
718718

719-
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6:
719+
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.6:
720720
version "6.0.6"
721721
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
722722
integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==
@@ -847,33 +847,33 @@ supports-color@^7.1.0:
847847
has-flag "^4.0.0"
848848

849849
tailwindcss@^2.2.7:
850-
version "2.2.7"
851-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.7.tgz#795d07a14ef46c2dc4a1610f7f906f697daaf731"
852-
integrity sha512-jv35rugP5j8PpzbXnsria7ZAry7Evh0KtQ4MZqNd+PhF+oIKPwJTVwe/rmfRx9cZw3W7iPZyzBmeoAoNwfJ1yg==
850+
version "2.2.8"
851+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.8.tgz#3c1f270f5a51a62471bb0564dfd0dd07a7644c99"
852+
integrity sha512-sq6pKVIjklgtuj7OKn+6KD6UqNebYKZYUSx0oKx8aS1usdUXn1TLuwFyr/85HNYu5uHNduLFsXrtQJtkNmYlqQ==
853853
dependencies:
854-
arg "^5.0.0"
854+
arg "^5.0.1"
855855
bytes "^3.0.0"
856-
chalk "^4.1.1"
856+
chalk "^4.1.2"
857857
chokidar "^3.5.2"
858-
color "^3.2.0"
858+
color "^4.0.1"
859859
cosmiconfig "^7.0.0"
860860
detective "^5.2.0"
861861
didyoumean "^1.2.2"
862862
dlv "^1.1.3"
863863
fast-glob "^3.2.7"
864864
fs-extra "^10.0.0"
865-
glob-parent "^6.0.0"
865+
glob-parent "^6.0.1"
866866
html-tags "^3.1.0"
867867
is-glob "^4.0.1"
868868
lodash "^4.17.21"
869869
lodash.topath "^4.5.2"
870870
modern-normalize "^1.1.0"
871-
node-emoji "^1.8.1"
871+
node-emoji "^1.11.0"
872872
normalize-path "^3.0.0"
873873
object-hash "^2.2.0"
874874
postcss-js "^3.0.3"
875875
postcss-load-config "^3.1.0"
876-
postcss-nested "5.0.5"
876+
postcss-nested "5.0.6"
877877
postcss-selector-parser "^6.0.6"
878878
postcss-value-parser "^4.1.0"
879879
pretty-hrtime "^1.0.3"

0 commit comments

Comments
 (0)