You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that using inline CSS isn’t the best practice, and I try not to use it. But users of the “Progressbar” Python Markdown extension are forced to use inline CSS — see my discussion with the extension developer.
5. Environment
Operating system:
Local — Microsoft Windows [Version 10.0.22621.2134]
1. Summary
postcss-combine-media-query makes the HTML files invalid if they contain inline CSS.
2. MCVE
You can see this configuration in the
KiraPostCSSCombineInlineCSS
branch of my demo repository. Travis CI build of the configuration.2.1. Files
KiraExpected.html
:One change in the
KiraBug.html
file — inline CSS has been added:Gruntfile.coffee
:2.2. Steps to reproduce
See
.travis.yml
:3. Behavior
3.1. Expected
KiraExpected.html
built as expected:3.2. Bug
KiraBug.html
transformed to the invalid HTML:4. Inline CSS usage
I understand that using inline CSS isn’t the best practice, and I try not to use it. But users of the “Progressbar” Python Markdown extension are forced to use inline CSS — see my discussion with the extension developer.
5. Environment
Operating system:
Node.js 21.4.0
grunt-cli v1.4.3
devDependencies from my
package.json
:Thanks.
The text was updated successfully, but these errors were encountered: