oont-contents/plugins/jetpack-boost/vendor/tubalmartin/cssmin/tests/fixtures/linebreak-position.css
2025-02-08 15:10:23 +01:00

16 lines
No EOL
291 B
CSS

/*! This is a comment with closing curly braces }}}}}}}}}}}}}}}}}}}}} inside */
.foo {
color: blue;
content: "String with closing curly braces inside }}}}";
}
@media {
.foo {
color: red;
}
.bar {
color: green;
}
.baz {
width: 10px;
}
}