We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8fa31 commit cc1ced0Copy full SHA for cc1ced0
1 file changed
frontend/next.config.js
@@ -1,6 +1,15 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: "standalone",
4
+ // https://github.com/twbs/bootstrap/issues/40962#issuecomment-3436817277
5
+ sassOptions: {
6
+ silenceDeprecations: [
7
+ "mixed-decls",
8
+ "color-functions",
9
+ "global-builtin",
10
+ "import",
11
+ ],
12
+ },
13
};
14
15
module.exports = nextConfig;
0 commit comments