Closed ChiKaLiO closed 3 years ago
This seems like a bug but we'll need to look at a reproduction to find and fix the problem. Can you setup a minimal repro please?
You can read here why this is needed. A good way to make a minimal repro is to create a new app via ng new repro-app
and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This might be related to your directory structure so its really important to get an accurate repro to diagnose this.
I commented every line :') i found the problem to be here:
border-width: get($checkbox-config, types, accent, borderWidth) !important;
$checkbox-config:
// Checkbox
$checkbox-config: (
// transition: all 0.3s ease,
// itemSpace: 1rem,
// labelSpace: 0.75rem,
// inlineItemSpace: 0.35rem,
types: (
solid: (
theme: (
base-color: $gray-200
),
sizes: (
default: (
base: 18px,
tick: 10px,
),
lg: (
base: 24px,
tick: 12px,
)
)
),
outline: (
theme: (
base-color: $gray-400
),
sizes: (
default: (
base: 18px,
tick: 10px,
),
lg: (
base: 24px,
tick: 12px,
)
)
)
)
) !default;
There was no problem with angular 11 since this is an old code, the real problem is that the cli don't indicate anything about where the error is..
@ChiKaLiO, I'm sorry, but we can't reproduce the problem following the instructions you provided.
Can you setup a minimal repro please?
You can read here why this is needed. A good way to make a minimal repro is to create a new app via ng new repro-app
and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This might be related to your directory structure so its really important to get an accurate repro to diagnose this.
the issue is with postcss and the problem is at my last comment thanks ^^
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
🐞 Bug report