From f3055207076e26be2f34951882fae1e9295e3311 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sat, 28 Mar 2020 19:51:38 +0100 Subject: [PATCH] docs(tailwind): initialize stylesheet --- README.md | 1 + frontend/tailwind.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 frontend/tailwind.css diff --git a/README.md b/README.md index 94394cb..1db4379 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Feel free to take a look. You might learn new things. They have been designed to - [React.js](frontend/react.js) - [Vue.js](frontend/vue.js) +- [Tailwind.css](frontend/tailwind.css) - [Ember.js](frontend/ember.js) - [Angular (2+)](frontend/angular.js) - [AngularJS](frontend/angularjs.js) diff --git a/frontend/tailwind.css b/frontend/tailwind.css new file mode 100644 index 0000000..0fdf8a5 --- /dev/null +++ b/frontend/tailwind.css @@ -0,0 +1,4 @@ +/* ******************************************************************************************* + * TAILWIND.CSS + * DOCUMENTATION: https://tailwindcss.com/ + * ******************************************************************************************* */