Skip to content

Commit fc1082a

Browse files
committed
fix: quater milimeters not detected
1 parent 565e183 commit fc1082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nodes/Numeric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { registerWalker } = require('../walker');
1414

1515
const Node = require('./Node');
1616

17-
const unitRegex = /%|ch|cm|em|ex|in|mm|pc|pt|px|rem|vh|vmax|vmin|vw$/i;
17+
const unitRegex = /%|ch|cm|em|ex|in|mm|pc|pt|px|q|rem|vh|vmax|vmin|vw$/i;
1818

1919
class Numeric extends Node {
2020
constructor(options = {}) {

0 commit comments

Comments
 (0)