UNPKG

insta-toc

Version:

Simultaneously generate, update, and maintain a table of contents for your notes in real time.

5 lines (3 loc) 155 B
/** @type {import('postcss-load-config').Config} */ const config = { plugins: [ require("autoprefixer"), require("cssnano") ] }; module.exports = config;