-
Notifications
You must be signed in to change notification settings - Fork 19
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
Configure CI #2
Merged
Merged
Configure CI #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes Unknown when pulling 0d234a8 on JeffreyMFarley:master into ** on cfpb:master**. |
Changes Unknown when pulling cf4f98b on JeffreyMFarley:master into ** on cfpb:master**. |
cdmh219
pushed a commit
that referenced
this pull request
Oct 22, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 22, 2024
* - Migrated from Less to Sass - Added postcss builder for icons - Upgraded to latest version of design system - Moved from Less to Sass variables - Move from @import to @use * Fixed issues with imported scss files * Removed old dependencies and theme overrides * Completed initial fixes for build errors * Completed initial fixes for build errors2 * stylelint less remove * Fixed config with linting * Fixed all linting errors * Various updates * Updated col classes to use mixins in new design system * incorporated design system updates into App.scss * updated tbd components with BEM notation and new design system classes Padding update in SearchPanel * Added licensed-font() mixin to add in fonts * Fixed media query syntax to work with Sass * fixed media queries pt 2 * fixed width of filter panel by adding a new class * Changed date range label * swapped out division to math.div() Sass function * final cleanup * production built files * took out IE 11 fixes for TileChartMap styles * update dist * Addressed PR feedback * Addressed PR feedback #2 * PR feedback updates #3 * Removed `from` syntax * Fixed background colors for modals --------- Co-authored-by: cdhenley219 <[email protected]> Co-authored-by: Richard Dinh <[email protected]>
cdmh219
pushed a commit
that referenced
this pull request
Nov 26, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 26, 2024
* Fixed issues with buttons being displayed in a group, to include explicit display values * Updated margins in Error and Warning notifications. * updated version for package json * updated version #2 for package json * added build * added space after separator in Trends Panel * updated build * update dist --------- Co-authored-by: Chanel Henley <[email protected]> Co-authored-by: Richard Dinh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding Travis and Coveralls support to the repository
Additions
.travis.yml
coveralls.js
Removals
Changes
npm test
runs in single-shot modeTesting
Review
Checklist