Closed eduarddotgg closed 8 years ago
i have found what was the problem:
i used this
font-size: ms(.8)rem;
but this will work:
font-size: ms(0.8)rem;
yes. .8
is actually not a valid number. I could pad all numbers with a 0 or just let users input a valid decimal number. I chose the latter.
This is my postcss config:
This is my css:
the problem appears when i add nested media query.
This injects with postcss-inject to the begging of css file
This troughs error too: