Getting Started
Installation
Section titled “Installation”Backtalk is a folder, not a package. Copy the styles/ folder into your project:
your-project/ src/ styles/ ← paste hereNo npm install. No build step. Just Sass 1.55.0 or higher.
Configuration
Section titled “Configuration”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.
Project Setup
Section titled “Project Setup”How you import and configure Backtalk depends on your project: