From 332ec93366315fa1ed7b4acd7a3407c96e8ddfa7 Mon Sep 17 00:00:00 2001 From: sadbeast Date: Wed, 31 Jan 2024 17:47:56 -0800 Subject: initial mistake --- app/assets/stylesheets/postcss.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/assets/stylesheets/postcss.config.js (limited to 'app/assets/stylesheets/postcss.config.js') diff --git a/app/assets/stylesheets/postcss.config.js b/app/assets/stylesheets/postcss.config.js new file mode 100644 index 0000000..4eaff47 --- /dev/null +++ b/app/assets/stylesheets/postcss.config.js @@ -0,0 +1,9 @@ +module.exports = { + syntax: "postcss-scss", + map: false, + plugins: { + "css-declaration-sorter": { + order: "smacss" + } + } +} \ No newline at end of file -- cgit v1.2.3