We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f55d8 commit cebc12cCopy full SHA for cebc12c
LICENSE
@@ -3,6 +3,9 @@ Ruby CSS Compressor Copyright License Agreement (BSD License)
3
Copyright (c) 2010, Richard Hulse
4
All rights reserved.
5
6
+YUI CSS files in the test suite are Copyright (c) 2009, Yahoo! Inc. All rights reserved.
7
+
8
9
Redistribution and use of this software in source and binary forms,
10
with or without modification, are permitted provided that the following
11
conditions are met:
test/function_test.rb
@@ -128,5 +128,8 @@ def test_at_attributes_and_preserved_strings
128
compressed = sc.compress(css)
129
assert_equal(expected.rstrip, sc.split_lines(compressed))
130
end
131
132
+ def test_sort_rules
133
134
+ end
135
0 commit comments