Skip to content

Bundle css for easy distribution #1066

@jpbruinsslot

Description

@jpbruinsslot

Description

As a user of the Manon library, I would like to have a pre-compiled, single CSS file that I can easily include in my projects.

Currently, the library is distributed as a collection of SCSS files. While this is great for projects that use Sass and need customization, it makes it harder to use for projects that don't have a Sass compiler or for users who just want to include the default styling with a simple <link> tag.

Proposed solution

Add a build script to the package.json that uses the sass CLI to compile the icore-open theme into a distributable CSS file (e.g., dist/manon.css) and a minified version (dist/manon.min.css).

Metadata

Metadata

Assignees

Labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions