<!-- ⚡️ katchow! We 💛 issues. Please - do not - remove this template. Please - do not - skip or remove parts of this template. Or your issue may be closed. 👉🏽 Need help or support? Open a SUPPORT issue instead. --> - Webpack Version: not used - Operating System (or Browser): MacOS - Node Version: `v10.15.0` - postcss-values-parser Version: `3.0.2` ### How Do We Reproduce? <!-- Issues without minimal reproductions will be closed! Please provide one by: 2. Work to isolate the problem and provide the exact steps in this issue, or 3. Provide a minimal repository link (Read https://git.io/fNzHA for instructions). These may take more time to triage than the other options. --> ```css .foo { margin: 10q; } ``` ### Expected Behavior Should be a valid absolute CSS unit. https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Values_and_units https://drafts.csswg.org/css-values-3/#absolute-lengths ### Actual Behavior It's not valid. <!-- The situation may arise where some small code snippets also need to be provided. In that situation, please add your code below using Fenced Code Blocks (https://help.github.com/articles/creating-and-highlighting-code-blocks/) -->
v10.15.03.0.2How Do We Reproduce?
Expected Behavior
Should be a valid absolute CSS unit.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Values_and_units
https://drafts.csswg.org/css-values-3/#absolute-lengths
Actual Behavior
It's not valid.