diff --git a/assets/icons/arrow-right.svg b/assets/icons/arrow-right.svg new file mode 100644 index 00000000..e0009c0b --- /dev/null +++ b/assets/icons/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/paragraph.svg b/assets/icons/paragraph.svg new file mode 100644 index 00000000..5bcf9ba0 --- /dev/null +++ b/assets/icons/paragraph.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/project.svg b/assets/icons/project.svg new file mode 100644 index 00000000..b88cc36b --- /dev/null +++ b/assets/icons/project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/star.svg b/assets/icons/star.svg new file mode 100644 index 00000000..1e86a00c --- /dev/null +++ b/assets/icons/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/theatre.svg b/assets/icons/theatre.svg new file mode 100644 index 00000000..893c3644 --- /dev/null +++ b/assets/icons/theatre.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/timeline.svg b/assets/icons/timeline.svg new file mode 100644 index 00000000..f68620de --- /dev/null +++ b/assets/icons/timeline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/package.json b/package.json index 2efbd33a..01170482 100644 --- a/package.json +++ b/package.json @@ -71,5 +71,8 @@ "from": "node_modules/fuse.js/dist/fuse.min.js", "to": "assets/lib/fuse/fuse.min.js" } - ] + ], + "dependencies": { + "@tailwindcss/line-clamp": "^0.4.4" + } } diff --git a/tailwind.config.js b/tailwind.config.js index db450b62..563ba309 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -128,5 +128,8 @@ module.exports = { }), }, }, - plugins: [require("@tailwindcss/typography")], + plugins: [ + require("@tailwindcss/typography"), + require("@tailwindcss/line-clamp"), + ], }; diff --git a/yarn.lock b/yarn.lock index 1058394f..f59feca4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,6 +75,11 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" +"@tailwindcss/line-clamp@^0.4.4": + version "0.4.4" + resolved "https://registry.yarnpkg.com/@tailwindcss/line-clamp/-/line-clamp-0.4.4.tgz#767cf8e5d528a5d90c9740ca66eb079f5e87d423" + integrity sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g== + "@tailwindcss/typography@^0.5.9": version "0.5.9" resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.9.tgz#027e4b0674929daaf7c921c900beee80dbad93e8"