-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Breaking: Overhauled entire codebase to drive it using mostly CSS grid instead of flexbox. This makes everything more flexible overall and fit more designs better. However the CSS and markup changes will likely cause breaking changes to previous integrations, so when upgrading make some time to visually test all your pages to alter any CSS overrides you had in place accordingly. You also might want to make some markup changes to make use of new available classes to tweak the fit of individual form fields on specific forms. - Altered fields to fit available space better at various screen sizes. - Added multiple utility classes that define how wide inputs will span in the responsive layout. - Added support for input type=image. - Added support for secondary labels. - Added styling for invalid form fields. - Added asterisk that appears on required inputs. - Improved accessibility considerably. Now has 100% Lighthouse score. - Added feature to progressively nest fieldsets with progressively darker/lighter background colors. - Fixed bug causing clear button appearing on disabled inputs. - Fixed bug causing clear button to overlap with scrollbars on textareas. - Fixed bug causing nested fieldset to have incorrect padding and margins. - Fixed various other small bugs. - Replaced the `less` CSS preprocessor with `sass`. - Updated various dependencies.
- Loading branch information
Showing
10 changed files
with
4,240 additions
and
1,585 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,5 @@ typings/ | |
# dotenv environment variables file | ||
.env | ||
|
||
# sass map | ||
*.css.map |
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
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
Oops, something went wrong.