Sha256: 8d70c6abba252577f9a9b3a5ac3c0d179302f9c8e5d926636defcca2beea4f7a

Contents?: true

Size: 357 Bytes

Versions: 29

Compression:

Stored size: 357 Bytes

Contents

/* This is invalid CSS, but frequently happens as a result of concatenation. */
@charset "utf-8";
#foo {
	border-width:1px;
}
/*
Note that this is erroneous!
The actual CSS file can only have a single charset.
However, this is the job of the author/application.
The compressor should not get involved.
*/
@charset "another one";
#bar {
	border-width:10px;
}

Version data entries

29 entries across 29 versions & 5 rubygems

Version Path
cssminify2-2.0.1 spec/tests/concat-charset.css
cssminify2-2.0.0 spec/tests/concat-charset.css
yuicssmin-1.0.2 spec/tests/concat-charset.css
cssminify-1.0.2 spec/tests/concat-charset.css
cssminify-1.0.1 spec/tests/concat-charset.css
cssminify-1.0.0 spec/tests/concat-charset.css
rapper-0.5.1 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.2.1 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.2.0 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.1.4 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.1.3 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.1.2 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.1.1 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.1.0 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.0.2 spec/fixtures/yui_css/concat-charset.css
rapper_lite-0.0.1 spec/fixtures/yui_css/concat-charset.css
rapper-0.5.0 spec/fixtures/yui_css/concat-charset.css
rapper-0.4.0 spec/fixtures/yui_css/concat-charset.css
rapper-0.3.0 spec/fixtures/yui_css/concat-charset.css
rapper-0.2.4 spec/fixtures/yui_css/concat-charset.css