Skip to content
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

Sass-> CSS Research #574

Closed
wants to merge 15 commits into from
Closed

Sass-> CSS Research #574

wants to merge 15 commits into from

Conversation

machikoyasuda
Copy link
Member

@machikoyasuda machikoyasuda commented Aug 7, 2024

File list

  • pill
  • footnotes
  • main-content
  • filterable-table
  • header
  • tabulator
  • newsletter
  • not prioritized: pages, toc and content, forms

Removing Sass functions and Sass variables

  • map-get
  • $primary
  • $primary-dark
  • @mixin media-breakpoint-up

How to

Copy link

netlify bot commented Aug 7, 2024

Deploy Preview for cal-itp-mobility-marketplace ready!

Name Link
🔨 Latest commit 1eea2b7
🔍 Latest deploy log https://app.netlify.com/sites/cal-itp-mobility-marketplace/deploys/66b409c3473f2a000861be92
😎 Deploy Preview https://deploy-preview-574--cal-itp-mobility-marketplace.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

}

@include media-breakpoint-up(lg) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-    @include media-breakpoint-up(lg)
+    @media (min-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant