How to distribute Bootstrap theme

Viewed 11

What are best practices to distribute bootstrap theme for React Apps?

zip folders in 2022? npm package?

import 'bootstrap/dist/css/bootstrap.css';
// Put any other imports below so that CSS from your
// components takes precedence over default styles.

import 'my-theme/my.css'
0 Answers
Related