From 65dfee261f4b2f0b2fb683398e4b5d02065e30f7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 20:06:18 +0530 Subject: Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 70866a7..cfbc203 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -# css-everything +
+ +
+ +--- + A ui library where you only write CSS. No HTML, no JS, no build system, only CSS (kinda). > Disclaimer: Don't use this + ## Usage - [Read the documentation](https://github.com/phenax/css-everything/tree/main/docs/README.md) to become enlightened. @@ -11,6 +17,7 @@ A ui library where you only write CSS. No HTML, no JS, no build system, only CSS ### Simple example You can start by adding the script tag for the renderer inside the body + ```html @@ -23,12 +30,6 @@ You can start by adding the script tag for the renderer inside the body ``` -**NOTE:** The HTML needs to have a body element since that is the root of your application by default. - -**NOTE_v2:** Styles need to be loaded before the renderer is triggered. - -**NOTE_v2_final:** You can load more cssx by using the `load-cssx()` function - ```css /* style.css */ -- cgit v1.3.1