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

fix: SASS deprecation warning on tabulator themes #4570

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

thisjt
Copy link
Contributor

@thisjt thisjt commented Sep 1, 2024

While developing some of my apps that uses tabulator, these warnings started showing up:

image

This PR will fix these deprecation warnings by moving the border stylings from below the .tabulator-row class to above it. I'm assuming this will not impact anything as the styles being changed inside .tabulator-row is not manipulating border stylings. However, if there's a reason why it was placed below, then let me know and I can modify it so that we can follow this style declaration suggested by the SASS documentation:

image

Here's some more info on this SASS breaking change: https://sass-lang.com/documentation/breaking-changes/mixed-decls/

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