Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current time displayed in the wrong position #66

Closed
prince-chrismc opened this issue Jan 31, 2021 · 0 comments · Fixed by #77
Closed

Current time displayed in the wrong position #66

prince-chrismc opened this issue Jan 31, 2021 · 0 comments · Fixed by #77
Labels
bug Something isn't working front-end This issue or pull request pertains to the front-end component
Milestone

Comments

@prince-chrismc
Copy link
Owner

Since an upgrade to deps, the clock has been left-aligned instead of the "pull right" defined by the CSS.

This was likely introduced by mini-css-extract-plugin changing major versions

This is no longer supported

localsConvention: 'camelCase',

According to the docs https://webpack.js.org/plugins/mini-css-extract-plugin/#esmodule

It should be something like this

              esModule: true,
              modules: {
                namedExport: true,
              },
@prince-chrismc prince-chrismc added bug Something isn't working front-end This issue or pull request pertains to the front-end component labels Jan 31, 2021
@prince-chrismc prince-chrismc added this to the 1.0.0-dev.1 milestone Jan 31, 2021
prince-chrismc added a commit that referenced this issue Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working front-end This issue or pull request pertains to the front-end component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant