+1
-1
index.html
+1
-1
index.html
public/favicon.jpg
public/favicon.jpg
This is a binary file and will not be displayed.
public/favicon.webp
public/favicon.webp
This is a binary file and will not be displayed.
+19
src/index.css
+19
src/index.css
···
···
+1
-3
src/index.tsx
+1
-3
src/index.tsx
-388
src/tailwind-compat.css
-388
src/tailwind-compat.css
···-1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)-2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)-2. [UnoCSS]: allow to override the default border color with css var `--un-default-border-color`-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */-2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.-2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */-1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)-2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)-Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)-1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)-1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)-2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)-Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
···
+2
-2
vite.config.ts
+2
-2
vite.config.ts
······
······