Score:-1

How to remove normalize.css that comes from core?

us flag

I tired

libraries-override:
  core/normalize:
    css:
      base:
        assets/vendor/normalize-css/normalize.css: false
        misc/normalize-fixes.css: false

or

libraries-override:
  system/base:
    css:
      component:
        assets/vendor/normalize-css/normalize.css: false
        misc/normalize-fixes.css: false

These lines don't work

This is not a duplicate question because I am asking about a particular library, I did try the way mentioned in that answer and it did not work.

Score:1
us flag

Add to your_theme_name.info.yml

stylesheets-remove:
  - '@stable/css/core/assets/vendor/normalize-css/normalize.css'
  - '@stable/css/core/normalize-fixes.css'

or

libraries-override:
  core/normalize: false
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.