Skip to content

[BUG] custom SCSS not working when dont have SELECTOR #1299

@traeanto

Description

@traeanto

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

.0 {
	background-color: $base3;
	border-radius: 100%;
}
.01,.02,.03,.4,.5,.6,.7,.8,.9,.10 {
	background-color: $blue;
	border-radius: 100%;
}
.011,.022,.033,.44,.55,.66,.77,.88,.99,.1010 {
	background-color: $red;
	border-radius: 100%;
}

I had to disable this line so that my scss would applied or automatically use the GTK theme.

Reproducing the issue

No response

Expected behaviour

No response

Additional context

No response

Platform and environment

i use hyprlandwm and eww-wayland

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions