-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/restore theme vars #1282
Fix/restore theme vars #1282
Conversation
This reverts commit ab6a548.
🦋 Changeset detectedLatest commit: a50472a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Pull Request Test Coverage Report for Build 9790080337Details
💛 - Coveralls |
ignore: ignorePattern, | ||
}) | ||
.filter(createColorsByPaletteFilter()) | ||
.filter((varFile) => varFile.includes('index.css') === false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!varFile.includes('index.css') ?
* 'postcss-custom-properties' - заменяет переменные значениями, что без дублирования импортов переменных будет приводить к потере значений | ||
*/ | ||
const getImports = () => { | ||
if (cssFile.includes('dark.css')) return []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
условие в withImports
перенести бы, а то не очень явно, что обработки никакой нет для файла
@@ -20,15 +20,6 @@ | |||
- Минорное<br />`codemod` | |||
|
|||
|
|||
### [#1191](https://github.com/core-ds/core-components/pull/1191) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
стоит оставить и добавить комментарий, что текущий PR это откат
Pull Request Test Coverage Report for Build 9790196496Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9790374911Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9790460116Details
💛 - Coveralls |
Собрана новая демка. |
No description provided.