Skip to content

Postcss-gap-properties not working anymore since 2 days on Angular 13.3.8 build #540

Closed
@Alyyc85

Description

@Alyyc85

Reproduction link

No response

Bug description

Without any changes on scss files we run into impossibility to serve or build some packages with Angular V 13.3.8 whic use this in webpack process

The error occours in index.cjs file at line 10

if (!o.parent.some((e => "display" === e.prop.toLowerCase() && "grid" === e.value.toLowerCase()))) return;

where e.prop is undefined so it throws error
image

Here the objects collected from launching script with debugger attached:
image

Actual Behavior

No response

Expected Behavior

No response

Can you reproduce it with npx @csstools/csstools-cli <plugin-name> minimal-example.css?

No response

npx Output

No response

Extra config

No response

What plugin are you experiencing this issue on?

PostCSS Gap Properties

Plugin version

3.0.4

What OS are you experiencing this on?

Windows

Node Version

14.18.2

Validations

  • Follow our Code of Conduct
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this bug?

  • I'm willing to open a PR

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions