Skip to content

Conversation

RobinMalfait
Copy link
Member

@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