You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely due to do the migration from Bootstrap w/ SASS compilation to pre-compiled Bootstrap so things like @include mixing and darken, transparentize functions mixin won't work anymore.
This likely accounts for, but will there are other tweaks needed as well
home page banner width
posts lists / events calendar height (bottom) not matching
posts lists / events calendar container width not as wide as banner
restore lint:css to top level lint task and fix stylelint warnings
Ideally would like to avoid any direct dependencies on SASS features specifically, even if it is a slight degradation in look / feel behavior.
The text was updated successfully, but these errors were encountered:
@aholtzman
Do you know if it would be hard to accomplish the last couple nips / ticks captured in #48 ? They are somewhat subtle but if they're a PITA to fix, I'm happy to close this out and apply that time to a more compelling issue, but if its easy to preserve design parity (or if there is a better design choice), would be good to know either way.
I was just chipping away at the larger styling issues as I had time. We could just make a PR per page/space to get things roughly in line/working then do an overall polish pr to harmonize the styles.
Type of Change
Summary
general home page styles don't match production
Details
It should look like this
![Screen Shot 2021-11-08 at 19 45 12](https://user-images.githubusercontent.com/895923/140841159-b3cbd2e3-2b05-40d1-8370-82f99e89e633.png)
![Screen Shot 2021-11-08 at 19 45 20](https://user-images.githubusercontent.com/895923/140841161-8672a2f6-82f7-45ef-b74d-b3cce2a7dc13.png)
This is likely due to do the migration from Bootstrap w/ SASS compilation to pre-compiled Bootstrap so things like
@include
mixing anddarken
,transparentize
functions mixin won't work anymore.This likely accounts for, but will there are other tweaks needed as well
lint:css
to top levellint
task and fix stylelint warningsThe text was updated successfully, but these errors were encountered: