awesome-uses/remix.config.js
2023-02-20 15:41:29 -05:00

8 lines
191 B
JavaScript

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