-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: switch to Sass for styles #1313
Conversation
merge of latest head changes
merging latest from base project
chore: upgrade storybook (jquense#1308)
…calendar into feature/sass * 'feature/sass' of https://github.com/cutterbl/react-big-calendar: Remove duplicate style for parity with the LESS implementation from jquense#1283 Provide SASS implementation of styles
chore(deps): update overlay (jquense#1301)
…te documentation.
…calendar into feature/sass * 'feature/sass' of https://github.com/cutterbl/react-big-calendar: Bumping node-sass version for node 12 support Updates to examples from master Remove duplicate style for parity with the LESS implementation from jquense#1283 Provide SASS implementation of styles Remove duplicate style for parity with the LESS implementation from jquense#1283 Provide SASS implementation of styles # Conflicts: # .storybook/webpack.config.js # README.md # examples/bundle.js # examples/bundle.js.map # package.json # src/sass/agenda.scss # stories/Calendar.js # stories/helpers/index.js # yarn.lock
@jquense You will definitely want a "Breaking Change" entry in the Changelog for this, for those using the LESS... |
@jquense I'm reviewing the package.json, and curious about dependency usage. Seeing |
react is in both b/c the peerDep is signal that we need react but npm/yarn won't install it automatically (up to you to install the one version you want). It's also in devDeps, b/c to run tests and CI, etc we actually need to install react. There is probably som dep cleanup to be done but generally only things that must be installed only once belong in peer deps, so classnames, proptypes are better as direct dependencies |
thanks! |
Thanks for the awesome work ! Since it's merged into master, can we expect a NPM publish soon ? Thanks :) |
@cutterbl thanks for great work. |
maybe a bug, happy to take a PR |
🎉 This PR is included in version 0.38.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Updates to component styling. Includes all code from PR #1235 .