From 118d986d1af9be0a5657778810d685ae925d2b41 Mon Sep 17 00:00:00 2001 From: Mathias Polligkeit Date: Wed, 8 Nov 2023 22:14:23 +0900 Subject: [PATCH] chore: remove prefix --- README.md | 2 -- lib/doggo.ex | 28 ++++++++++++++-------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index bf6ab51d..9728d74b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,5 @@ end classes named `.is-*` or `.has-*`. - Provide a base CSS class for each component to support unstyled or alternatively styled variations of the same HTML elements. -- Prefix CSS class names with a library-specific shorthand (`dg-`) to avoid - conflicts and aid in recognition. - The library is designed without default styles and does not prefer any particular CSS framework. diff --git a/lib/doggo.ex b/lib/doggo.ex index a043668a..38adbe9b 100644 --- a/lib/doggo.ex +++ b/lib/doggo.ex @@ -44,20 +44,20 @@ defmodule Doggo do def alert(assigns) do ~H"""