CreatorCenter_OOIN/.sassrc.js

6 lines
96 B
JavaScript
Raw Normal View History

2025-05-15 10:42:39 +08:00
module.exports = {
quietDeps: true,
outputStyle: 'compressed',
sourceMap: false,
};