Prettier should not update the compiled CSS files
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3559212. -->
Reported by: [lauriii](https://www.drupal.org/user/1078742)
Related to !123
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Prettier should not be updating the compiled CSS files because it results in changes to the build assets even when there aren't changes to the source. Build assets are not intended as human readable files, which is why they do not have to be prettified.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Do not run prettier on the the compiled CSS files.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue