tailwindcss1 tailwindcss intellisense color hex로 보기 tailwind를 사용하면서 확장프로그램인 tailwindcss intellisense에서 color를 미리 보여주는 기능이 있다.근데 color format을 rgba로 보여주기 때문에 불편하다고 생각해서 구글 검색결과 hex로 변경해서 보여주는 방법이 있어서 공유해보려고 한다. 문제점// tailwind.config.jsmodule.exports = { content: ['./src/**/*.{js,ts,jsx,tsx}'], theme: { colors: { mainColor: { light: '#3D4975', DEFAULT: '#1C2035', }, ...config파일에서 hex형식으로 지정을 해주어도 클래스명에 호버를 했을 때 미리.. 2024. 5. 13. 이전 1 다음