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
React issue template: https://codesandbox.io/s/tagify-react-issue-template-4ub1r?file=/src/index.js
I can't fork the above template. But if you open it and replace the CSS with:
$tags-border-color: transparent; $tags-hover-border-color: transparent; $tags-focus-border-color: transparent; @import '@yaireo/tagify/src/tagify.scss';
You will get compilaton errors.
What is the expected behavior? I can still import the scss file, to altar the scss variables.
What is happening instead? Compilation error.
What error message are you getting?
I'm not up to date with the exports property in the package.json file, but would it be as simple to add the src/tagify.scss to that list of files?
The text was updated successfully, but these errors were encountered:
311dc0e
No branches or pull requests
Prerequisites
💥 Demo Page
React issue template:
https://codesandbox.io/s/tagify-react-issue-template-4ub1r?file=/src/index.js
I can't fork the above template. But if you open it and replace the CSS with:
You will get compilaton errors.
Explanation
What is the expected behavior?
I can still import the scss file, to altar the scss variables.
What is happening instead?
Compilation error.
What error message are you getting?
I'm not up to date with the exports property in the package.json file, but would it be as simple to add the src/tagify.scss to that list of files?
The text was updated successfully, but these errors were encountered: