-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
Description
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
Type
Projects
Status
No status