Closed hjkbnm911 closed 3 weeks ago
are you install the needed pip / pip3 modules if not then do that before you open a issue!
are you install the needed pip / pip3 modules if not then do that before you open a issue!
which modules exactly? I didn't find any mention of installing pip modules
Edit this line in your config, first value is for focused and other for when not focused
The issue
Logs
```plain sass -I ~/.local/state/ags/scss -I ~/.config/ags/scss/fallback ~/.config/ags/scss/main.scss ~/.cache/ags/user/generated/style.css Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -22%) color.adjust($color, $alpha: -0.22) More info: https://sass-lang.com/d/color-functions ╷ 6 │ $background: transparentize($background, $rootTransparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 6:16 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 7 │ $surface: transparentize($surface, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 7:13 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 8 │ $surfaceDim: transparentize($surfaceDim, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 8:16 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 9 │ $surfaceBright: transparentize($surfaceBright, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 9:19 @import .config/ags/scss/main.scss 9:9 root stylesheet Deprecation Warning: transparentize() is deprecated. Suggestions: color.scale($color, $alpha: -75%) color.adjust($color, $alpha: -0.75) More info: https://sass-lang.com/d/color-functions ╷ 10 │ $surfaceContainerLowest: transparentize($surfaceContainerLowest, $transparency); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ .config/ags/scss/_colors.scss 10:28 @import .config/ags/scss/main.scss 9:9 root stylesheet Warning: 26 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. ```