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

Investigate Sass >= 1.77.x Compatibility, Path Forwarding, etc. #311

Open
Spiderpig86 opened this issue Sep 30, 2024 · 1 comment
Open

Comments

@Spiderpig86
Copy link
Owner

          @Spiderpig86  manually installed it and had to change the syntax 
@forward "./absolute";

to

@forward "absolute";

to get things working again. Just to note that I receive these DEPRECATION WARNINGS

DEPRECATION WARNING: Sass's behavior for declarations that appear after nested

rules will be changing to match the behavior specified by CSS in an upcoming

version. To keep the existing behavior, move the declaration above the nested

rule. To opt into the new behavior, wrap the declaration in & {}.

More info: https://sass-lang.com/d/mixed-decls

┌──> node_modules/cirrus-ui/src/components/forms.scss

30 │ background-color: rgba(0, 224, 0, 0.05) !important;

│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration

┌──> node_modules/cirrus-ui/src/internal/_mixins.scss

26 │ ┌ &:focus {

27 │ │ box-shadow: 0 0 0 0.2rem transparentize(api.fill('success'), 1 - theme.$focus-opacity),

28 │ │ inset 0px 1px 8px rgba(0, 0, 0, 0.07);

29 │ │ }

│ └─── nested rule

node_modules/cirrus-ui/src/components/forms.scss 30:13  cirrus-input()

node_modules/cirrus-ui/src/components/forms.scss 147:9  @use

node_modules/cirrus-ui/src/builds/core.scss 12:1        @forward

cirrus-ui/src/cirrus-ext.scss 5:1                       @use

Originally posted by @karneaud in #100 (comment)

@Spiderpig86
Copy link
Owner Author

Thanks for letting me know. Let me cut a new issue for the deprecation warning, forwarding paths, etc. It may end up being addressed in 0.8.0 (or even 0.7.2-patch2 if needed) since 0.8.0 is a sizable departure from 0.7.x and before.

From previous issue

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

No branches or pull requests

1 participant