Installation

Rence Material is built for modern workflows. Follow these steps to integrate the framework into your existing Sass-based project.

Get up & running!

1. Install Dependencies

Core requirements

First, ensure you have Bootstrap and Sass installed in your project.

Bash
npm install bootstrap sass

2. Import Styles

Point to the core

Import the core Material engine in your main SCSS file. This will automatically override Bootstrap defaults with the Rence Material identity.

SCSS
@use "lib/material/scss/material-core";