We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is for updating the Number Input to Sass Modules in the @carbon/styles package. In this refactor, we will:
Number Input
@carbon/styles
packages/styles/scss/components/number-input/_number-input.scss
packages/styles/scss/components/number-input/
_index.scss
packages/styles/scss/components/number-input/_index.scss
packages/styles/scss/components/__tests__/number-input-test.js
The _index.scss should:
@forward
_number-input.scss
The <component>-test.js file should test the following:
<component>-test.js
number-input/_index.scss
The _number-input.scss will then need to be refactored to use the new import paths and conventions. You can find common recipes here: #8899 (comment)
The text was updated successfully, but these errors were encountered:
andreancardona
Successfully merging a pull request may close this issue.
This issue is for updating the
Number Input
to Sass Modules in the@carbon/styles
package. In this refactor, we will:packages/styles/scss/components/number-input/_number-input.scss
packages/styles/scss/components/number-input/
_index.scss
atpackages/styles/scss/components/number-input/_index.scss
packages/styles/scss/components/__tests__/number-input-test.js
The
_index.scss
should:@forward
the mixin and any variables from_number-input.scss
_number-input.scss
by calling the mixinThe
<component>-test.js
file should test the following:number-input/_index.scss
fileThe
_number-input.scss
will then need to be refactored to use the new import paths and conventions. You can find common recipes here: #8899 (comment)The text was updated successfully, but these errors were encountered: