thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.57k stars 3.67k forks source link

Export scss config files in different package #1189

Open sushantdhiman opened 2 years ago

sushantdhiman commented 2 years ago

Current package bundles 10+ bootstrap themes (along with their minified versions). Npm package has a size of 10.5 MB

I would like to suggest creation of new package something like bootswatch-sass / bootswatch-core which only includes scss config files. I am already using sass in my project, so importing this package consumes 10+ MB space in my docker image. I want a package with just the configuration files , so I could build those themes myself.

Yohn commented 2 years ago

Have you seen the API you could pull from?

https://bootswatch.com/help/#api

XhmikosR commented 1 year ago

Should be doable @thomaspark with npm workspaces nowadays.