postcss-safe-parser icon indicating copy to clipboard operation
postcss-safe-parser copied to clipboard

Fault tolerant CSS parser for PostCSS

Results 1 postcss-safe-parser issues
Sort by recently updated
recently updated
newest added

```css .container { max-width: rem(800px); margin: 3rem auto 5rem; padding: 0 2rem; font-size @media (max-width: rem(800px)) { flex-direction: column; margin-top: 0.5rem; } } ``` It ignores `font-size` (with or without...