diff --git a/devicon.json b/devicon.json index eabb4e89f..8e0b0afb8 100644 --- a/devicon.json +++ b/devicon.json @@ -3231,6 +3231,24 @@ } ] }, + { + "name": "tailwindcss", + "tags": [ + "css", + "framework" + ], + "versions": { + "svg": [ + "plain" + + ], + "font": [ + "plain" + ] + }, + "color": "#38b2ac", + "aliases": [] + }, { "name": "tensorflow", "tags": [ diff --git a/icons/tailwindcss/tailwindcss-plain.svg b/icons/tailwindcss/tailwindcss-plain.svg new file mode 100644 index 000000000..861058cf5 --- /dev/null +++ b/icons/tailwindcss/tailwindcss-plain.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package-lock.json b/package-lock.json index 1431b5841..206b29094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2312,9 +2312,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "http-signature": { @@ -2849,9 +2849,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "loud-rejection": {