• J
    Fix minifying inline CSS comments (#19167) · 61c3db73
    Joe Haddad 提交于
    We accidentally regressed back in 9.5 and dropped support for inline CSS comments. PostCSS always parses these as pass-through (and not a syntax error), which can cause problems when minifying.
    
    Browsers do a similar thing and ignore the comments.
    
    To ensure we generate valid CSS, this adds support for stripping the CSS comments from the build.
    
    --- 
    
    Fixes #15589
    Closes #17130
    61c3db73
This project manages its dependencies using Yarn. 进一步了解
yarn.lock 613.7 KB