Writing code to convert foundation interpolation to CSS Variable #1777
Labels
bezier-codemod
Issue or PR related to bezier-codemod
enhancement
Issues or PR related to making existing features better
Description
styled
backtick 내부의 foundation interpolation을 매칭되는 CSS Variable로 변환하는 codemod 스크립트를 작성합니다.Reasons for suggestion
styled-components를 제거하면 더 이상 bezier-react에서 Foundation을
ThemeProvider
를 통해 제공하지 않습니다. 이제 CSS Variable(Design token)이 포함된 스타일 시트를 제공하는 형식으로 변경되었으므로, 이를 쉽게 적용할 수 있도록 변환 코드 작성이 필요합니다.Proposed solution
How to
변환할 토큰의 모든 리스트는 bezier-tokens의 빌드 결과물을 참고해주세요.
직접 작업해야하는 부분
subTheme
:InvertedThemeProvider
로 사용처를 감싸고,subTheme
를theme
로 변경inverted-***
:InvertedThemeProvider
로 사용처를 감싸고,inverted-
prefix를 제거References
The text was updated successfully, but these errors were encountered: