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
importing whole spectre.css will influence many other styles.
import 'spectre.css/dist/spectre.min.css';
Only import selected set of scss.
The text was updated successfully, but these errors were encountered:
My solution
@import "../../../node_modules/spectre.css/src/variables"; @import "../../../node_modules/spectre.css/src/mixins/shadow"; @import "../../../node_modules/spectre.css/src/mixins/button"; @import "../../../node_modules/spectre.css/src/mixins/label"; @import "../../../node_modules/spectre.css/src/buttons"; @import "../../../node_modules/spectre.css/src/forms"; @import "../../../node_modules/spectre.css/src/labels"; @import "../../../node_modules/spectre.css/src/layout";
And needs to do picturepan2/spectre#694
Sorry, something went wrong.
fix: spectre.css leak to global style sheet
7dc6ca7
json-editor/json-editor#1288 fixes #5
No branches or pull requests
General information
importing whole spectre.css will influence many other styles.
Expected behavior
Only import selected set of scss.
The text was updated successfully, but these errors were encountered: