From 50f26648e7ea248f3ad0a9e3159aa9046b32d097 Mon Sep 17 00:00:00 2001 From: Mario Souto <13791385+omariosouto@users.noreply.github.com> Date: Sun, 20 Mar 2022 19:42:53 -0300 Subject: [PATCH] feat: fix broken js build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0d3db..2195101 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SkynexUI +# SkynexUI: ## Why "another component library"? The focus of this library is to provide a common "DSL" for write UI cross platform. Doesn't matter if the platform it's mobile or web. You will think in UI based in "Text" (``) and "Boxes" (``) and write the styles with breakpoints based in the web CSS key value conventions.