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

SASS to CSS where possible #1876

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

jelly
Copy link
Member

@jelly jelly commented Oct 25, 2024

Let's try to reduce our dependency on SASS where we can already use simple CSS, this also found some unused overrides which I dropped.

With the recent SASS warnings about `@import` rules being deprecated,
let's try to reduce our dependency on SASS for simple CSS fixes and
overrides.
In PF5 a CodeBlockCode component no longer has a border so this
overwrite does not apply anymore.
The class `ct-input-group-spacer-sm` is not used anywhere in machines
code.
@jelly jelly requested a review from garrett October 25, 2024 10:13
@martinpitt
Copy link
Member

Nice! For n00bs like me: sass and scss are not the same thing, at least originally. In particular, SASS is much more like YAML, uses indentation instead of curly braces. But we don't actually have sass files, they are all *.scss. So our sass compiler takes SCSS as input, and we don't use the actual sass syntax? Did I get this right?

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.

2 participants