From ed64fc92d7b8a2bcc7742baac35f9b39d61e7721 Mon Sep 17 00:00:00 2001 From: Guillaume Briday Date: Fri, 23 Dec 2022 22:22:11 -0500 Subject: [PATCH] Updating UI --- .npmignore | 2 ++ README.md | 3 +-- index.html | 41 +++++++++++++++++------------------------ postcss.config.js | 6 ++++++ src/app.css | 12 ++++++++++++ tailwind.config.js | 6 ++++++ 6 files changed, 44 insertions(+), 26 deletions(-) create mode 100644 postcss.config.js create mode 100644 src/app.css create mode 100644 tailwind.config.js diff --git a/.npmignore b/.npmignore index d731436..8a781d0 100644 --- a/.npmignore +++ b/.npmignore @@ -11,3 +11,5 @@ spec tsconfig.json vite.config.js .prettierignore +postcss.config.js +tailwind.config.js diff --git a/README.md b/README.md index 26c7579..a749be9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![](https://img.shields.io/npm/v/stimulus-popover.svg)](https://www.npmjs.com/package/stimulus-popover) [![](https://github.com/stimulus-components/stimulus-popover/workflows/Lint/badge.svg)](https://github.com/stimulus-components/stimulus-popover) [![](https://img.shields.io/github/license/stimulus-components/stimulus-popover.svg)](https://github.com/stimulus-components/stimulus-popover) -[![Netlify Status](https://api.netlify.com/api/v1/badges/cbec1815-8e5b-4f45-8cb2-44d24e8c9cf5/deploy-status)](https://stimulus-popover.netlify.com) ## Getting started @@ -12,7 +11,7 @@ A Stimulus controller to deal with HTML popover. ## 📚 Documentation -See [stimulus-popover documentation](https://stimulus-components.netlify.app/docs/components/stimulus-popover/). +See [stimulus-popover documentation](https://www.stimulus-components.com/docs/stimulus-popover/). ## 👷‍♂️ Contributing diff --git a/index.html b/index.html index 82b3805..6e82054 100644 --- a/index.html +++ b/index.html @@ -4,22 +4,11 @@ - - - Stimulus Popover