Skip to content

Commit 296ff60

Browse files
author
GitHub Actions
committed
Update tailwind.css
1 parent 99f67df commit 296ff60

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

app/assets/stylesheets/tailwind.css

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

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

yarn.lock

+49-6
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ color@^4.0.1:
258258
color-string "^1.6.0"
259259

260260
colorette@^1.2.2:
261-
version "1.3.0"
262-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
263-
integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
261+
version "1.4.0"
262+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
263+
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
264264

265265
commander@^6.0.0:
266266
version "6.2.1"
@@ -283,6 +283,11 @@ cosmiconfig@^7.0.1:
283283
path-type "^4.0.0"
284284
yaml "^1.10.0"
285285

286+
css-color-names@^0.0.4:
287+
version "0.0.4"
288+
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
289+
integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
290+
286291
css-unit-converter@^1.1.1:
287292
version "1.1.2"
288293
resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.2.tgz#4c77f5a1954e6dbff60695ecb214e3270436ab21"
@@ -441,6 +446,21 @@ has@^1.0.3:
441446
dependencies:
442447
function-bind "^1.1.1"
443448

449+
hex-color-regex@^1.1.0:
450+
version "1.1.0"
451+
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
452+
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
453+
454+
hsl-regex@^1.0.0:
455+
version "1.0.0"
456+
resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
457+
integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=
458+
459+
hsla-regex@^1.0.0:
460+
version "1.0.0"
461+
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
462+
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
463+
444464
html-tags@^3.1.0:
445465
version "3.1.0"
446466
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
@@ -498,6 +518,18 @@ is-binary-path@~2.1.0:
498518
dependencies:
499519
binary-extensions "^2.0.0"
500520

521+
is-color-stop@^1.1.0:
522+
version "1.1.0"
523+
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
524+
integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
525+
dependencies:
526+
css-color-names "^0.0.4"
527+
hex-color-regex "^1.1.0"
528+
hsl-regex "^1.0.0"
529+
hsla-regex "^1.0.0"
530+
rgb-regex "^1.0.1"
531+
rgba-regex "^1.0.0"
532+
501533
is-core-module@^2.2.0:
502534
version "2.6.0"
503535
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
@@ -806,6 +838,16 @@ reusify@^1.0.4:
806838
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
807839
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
808840

841+
rgb-regex@^1.0.1:
842+
version "1.0.1"
843+
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
844+
integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE=
845+
846+
rgba-regex@^1.0.0:
847+
version "1.0.0"
848+
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
849+
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
850+
809851
rimraf@^3.0.0:
810852
version "3.0.2"
811853
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -847,9 +889,9 @@ supports-color@^7.1.0:
847889
has-flag "^4.0.0"
848890

849891
tailwindcss@^2.2.7:
850-
version "2.2.10"
851-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.10.tgz#2bfd01bd566a078da82865d4b72b95d75a4ae7fc"
852-
integrity sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==
892+
version "2.2.11"
893+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.11.tgz#da8a1d90aec279bbdf69150598869fccf82c1fe2"
894+
integrity sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==
853895
dependencies:
854896
arg "^5.0.1"
855897
bytes "^3.0.0"
@@ -864,6 +906,7 @@ tailwindcss@^2.2.7:
864906
fs-extra "^10.0.0"
865907
glob-parent "^6.0.1"
866908
html-tags "^3.1.0"
909+
is-color-stop "^1.1.0"
867910
is-glob "^4.0.1"
868911
lodash "^4.17.21"
869912
lodash.topath "^4.5.2"

0 commit comments

Comments
 (0)