awesome-uses/remix.config.js

9 lines
191 B
JavaScript
Raw Normal View History

2023-02-20 20:41:29 +00:00
/** @type {import('@remix-run/dev').AppConfig} */
const postcssNesting = require("postcss-nesting");
module.exports = {
appDirectory: "src",
future: {
unstable_postcss: true,
},
};