Skip to content

Getting Started

Backtalk is a folder, not a package. Copy the styles/ folder into your project:

your-project/
src/
styles/ ← paste here

No npm install. No build step. Just Sass 1.55.0 or higher.

Edit config/_config.scss — the only file you need to touch:

$colors: (
"primary": #1A73FF,
) !default;

The system derives everything else from that. See Configuration for all available options.

How you import and configure Backtalk depends on your project: