From bd5a00c61b355c857b5c99323592ca432dea5d0a Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 5 Jan 2024 23:18:49 -0500 Subject: wip --- htmx/static/pico-1.5.11/css/postcss.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 htmx/static/pico-1.5.11/css/postcss.config.js (limited to 'htmx/static/pico-1.5.11/css/postcss.config.js') diff --git a/htmx/static/pico-1.5.11/css/postcss.config.js b/htmx/static/pico-1.5.11/css/postcss.config.js new file mode 100644 index 0000000..e2d2f1d --- /dev/null +++ b/htmx/static/pico-1.5.11/css/postcss.config.js @@ -0,0 +1,12 @@ +module.exports = { + map: { + inline: false, + annotation: true, + sourcesContent: true + }, + plugins: { + autoprefixer: { + cascade: false + } + } +} \ No newline at end of file -- cgit v1.2.3