soundslikeinfo_obsidian-cli.../postcss.config.js
Greg K. cfe5711e1c refactor: streamline plugin to focus on clipping catalog
This commit represents a focused version of a larger project,
stripped down to serve a single clear purpose: providing a catalog view
of clipped articles. Removed article summarization features to create
a lightweight, flexible tool that works with any clipping workflow.

Key changes:
- Simplified to core catalog features
- Works with any frontmatter URL property
- Compatible with all clipping methods
2024-12-09 11:07:30 -08:00

7 lines
No EOL
94 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}