Skip to content

Ignore styles.css and move to build step #1712

@Simrayz

Description

@Simrayz

Whenever we make any changes to our html classes or css files, the styles.css file is updated if running make tailwind-watch in the background. While this is great to always have the latest styles available, it is annoying when switching between multiple branches or rebasing, as the file always causes a conflict or stops merging from happening. In addition, including the file in source control causes PRs to have a lot of changes that are noise in the review process.

As a proposed DX improvement, the styles.css file should be ignored, and the file should be built in the pipeline and locally when developing instead.

Metadata

Metadata

Assignees

Labels

Projects

Status

🏗 In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions