FlowFuse / FlowFuse/flowfuse

Inconsistent CSS output between build and watch modes

Open
#6,183 0 comments 0 reactions 0 assignees View on GitHub
needs-triage type:bug
Dominant language
JavaScript
Stars
400
Forks
89
Avg merge
1d 20h
Merged PRs (30d)
149

Description

### Current Behavior

CSS output differs between `npm run build` and `npm run build-watch`

Here's a side by side comparison of the same element:

Image

and the actual difference when running `npm run build` :

Image

vs running `npm run build-watch`:

Image

The inheritance order differs, affecting styling outcome

### Expected Behavior

the styling outcome should be identical for both build commands.

### Steps To Reproduce

compile the application running `npm run build-watch` and `npm run build` and compare the title in the final step of the create remote instance form

### Environment

- FlowFuse version: 2.23.1
- Node.js version: N/A
- npm version: N/A
- Platform/OS: N/A
- Browser: N/A

### Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.