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

Ensure we can use < and > characters in modifiers #6851

Merged
merged 2 commits into from Jan 3, 2022
Merged

Conversation

RobinMalfait
Copy link
Contributor

@RobinMalfait RobinMalfait commented Jan 3, 2022

This PR will ensure that you can use special characters in modifiers. For example when you want to use <sm:underline where <sm is defined as:

module.exports = {
  theme: {
    extends: {
      screens: {
        '<sm': { max: '399px' },
      },
    },
  },
}

Fixes: #6778

@RobinMalfait RobinMalfait changed the title ensure we can use "special" characters in modifiers Ensure we can use < and > characters in modifiers Jan 3, 2022
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.

Can't use < character for custom screens
1 participant