initial import from /x/ monorepo

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-03-17 19:33:07 -04:00
commit 9923878c5c
No known key found for this signature in database
61 changed files with 5615 additions and 0 deletions

8
xess/postcss.config.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
plugins: [
require("cssnano")({
preset: "advanced",
}),
require("postcss-url")({ url: "inline" }),
],
};