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

Fix CSS formatting #145

Merged
merged 5 commits into from
Aug 14, 2024
Merged

Fix CSS formatting #145

merged 5 commits into from
Aug 14, 2024

Conversation

ntno
Copy link
Owner

@ntno ntno commented Aug 7, 2024

Description

This change should be no-op. It formats the top level CSS files in the main/terminal/css folder using the following config in VSCode:

    "css": {
        "indent_size": 4,
        "indentCharacter": " ",
        "indent_char": " ",
        "selector_separator_newline": true,
        "end_with_newline": false,
        "newline_between_rules": true,
        "eol": "\n"
    }

The purpose of this PR is to make future changes to the CSS easier to review.

Testing

  • Firefox: ran the local documentation site locally and compared the pages to the live site. visual inspection showed that the pages looked the same between sites
  • spot checked Safari and Google Chrome

@ntno ntno marked this pull request as ready for review August 13, 2024 23:52
@ntno ntno changed the title Draft: Fix CSS formatting Fix CSS formatting Aug 14, 2024
@ntno ntno merged commit 6d5bdfc into main Aug 14, 2024
15 checks passed
@ntno ntno deleted the fix-css-formatting branch August 14, 2024 01:27
@ntno ntno mentioned this pull request Aug 14, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant