build: allow unocss to run through dev mode (#167)

* build: allow unocss to run through dev mode

* build: Update unocss dependencies to latest versions

Updated dependencies '@unocss/eslint-config', '@unocss/postcss', '@unocss/preset-uno', '@unocss/preset-web-fonts', '@unocss/reset', '@unocss/transformer-directives', '@unocss/transformer-variant-group' to version 0.58.6 for consistency and compatibility.

* refactor: add note to readme

* refactor: improve readme

* refactor: update readme (again)

* Update README.md

Updates the UTRP description text

---------

Co-authored-by: Isaiah David Rodriguez <51803892+IsaDavRod@users.noreply.github.com>
This commit is contained in:
Razboy20
2024-03-15 16:30:42 -05:00
committed by GitHub
parent 85769e9d2c
commit ea297d09bb
5 changed files with 449 additions and 240 deletions

View File

@@ -1,3 +1,5 @@
import 'uno.css';
import React from 'react';
import { createRoot } from 'react-dom/client';