mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
|
|
/** @type {import('@remix-run/dev').AppConfig} */
|
||
|
|
const postcssNesting = require("postcss-nesting");
|
||
|
|
module.exports = {
|
||
|
|
appDirectory: "src",
|
||
|
|
future: {
|
||
|
|
unstable_postcss: true,
|
||
|
|
},
|
||
|
|
};
|