NigelOToole / progress-tracker

A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.

Home Page:http://nigelotoole.github.io/progress-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider including a compiled version of the progress tracker's css

jrockowitz opened this issue · comments

To allow users to load the progress tracker via a CDN would you consider adding a compiled CSS to the repos.

Currently, the only work-around is to use CSS included in the /docs/styles.

@see https://cdn.jsdelivr.net/gh/NigelOToole/progress-tracker@v2.0.6/docs/styles/progress-tracker.css

This is still an issue. A compiled version of the css at docs/styles/progress-tracker.css would be helpful. Most of the time, one is not required to delve into every library and compile css. It's extremely inconvenient.

Compiled CSS is not included in src/styles/progress-tracker.css. Thanks for the feedback guys.

Thank you both @NigelOToole and @jrockowitz!
@jrockowitz is there any reason why the Webform module couldn't use the minified version. I see it's even available at the predictable location: https://cdn.jsdelivr.net/gh/NigelOToole/progress-tracker@v2.0.7/src/styles/progress-tracker.min.css

Cheers