Skip to content

Angular complains: .prose ol[type="A" s] -> Malformed attribute selector: type="A" s] #4557

Answered by VicGUTT
danielmoessner asked this question in Help
Discussion options

You must be logged in to vote

Hmm... I'm not sure but shouldn't it be:

{
    typography: {
        DEFAULT: {
            css: {
                'ol[type="A" s]': false,
                'ol[type="a" s]': false,
                'ol[type="I" s]': false,
                'ol[type="i" s]': false,
            },
        },
    },
}

🤔

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@danielmoessner
Comment options

Answer selected by danielmoessner
Comment options

You must be logged in to vote
1 reply
@adamwathan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
5 participants