mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 20:48:44 +00:00
initial import from /x/ monorepo
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
8
xess/postcss.config.js
Normal file
8
xess/postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require("cssnano")({
|
||||
preset: "advanced",
|
||||
}),
|
||||
require("postcss-url")({ url: "inline" }),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user