Skip to content

Commit

Permalink
Updated module asset bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Leveille committed Jan 9, 2023
1 parent 1695a97 commit 141befe
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions modules/site/bundles/site/src/css/base/preflight.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Remove the margin in all browsers.
*/
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
margin: 0; /* 1 */
line-height: inherit; /* 2 */
margin: 0; /* 6 */
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
Expand Down Expand Up @@ -312,10 +308,10 @@
.tailwind {

.flex {
align-items: inherit;
-webkit-align-items: inherit;
align-content: inherit;
-webkit-align-content: inherit;
align-items: inherit;
-webkit-align-items: inherit;
gap: unset;
}

Expand Down

0 comments on commit 141befe

Please sign in to comment.