Frontend/React

tailwind custom color가 적용이 안될때

전예방 2024. 5. 13. 23:08

tailwind theme에 색상을 지정해줬는데 적용이 안될 때 해결하는 방법

 

 

text-어떤색상 이렇게 적용하고 싶었는데 화면에 적용이 안된다.

 

tailwind.config.js에 추가 설정을 해주어야한다.

safelist: [
    {
      pattern: /^text-|^bg-|^border-/, // You can display all the colors that you need
    },
  ],

 

 

'Frontend/React'의 다른글

  • 현재글 tailwind custom color가 적용이 안될때

관련글