Packages

Provides a web user interface for the Tracy function tracer.

Current section

Files

Jump to
tracy_web assets postcss.config.js
Raw

assets/postcss.config.js

module.exports = {
plugins: [
require('autoprefixer')({ /* ...options */ })
]
}