]> source.dussan.org Git - vaadin-framework.git/commit
Import W3C CSS tests to validate CSS parsing (#12735)
authorjoheriks <joheriks@vaadin.com>
Tue, 22 Oct 2013 14:30:31 +0000 (17:30 +0300)
committerjoheriks <joheriks@vaadin.com>
Wed, 30 Oct 2013 08:27:44 +0000 (10:27 +0200)
commit29a6a8a7cbd0560721f313bf8554be886f98e699
tree84d96c7afa2d0a0d514938e93558d4ee179f5e80
parentf5feaa2e3a8aebace6d9978131b192ed8b046557
Import W3C CSS tests to validate CSS parsing (#12735)

Downloaded W3C conformance tests for CSS 2.1 and CSS 3 (selectors),
extracted all CSS (style tags, inline styles, and linked stylesheets),
Since each CSS is valid SCSS, the parser should accept them. Since these
are browser tests, some include CSS fragments which are intentionally
malformed. These are excluded via explicit exclusion lists.

Change-Id: Ib3347e1c559908f3bdd12817e55985e85f0009a2
752 files changed:
theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java
theme-compiler/tests/resources/sasslang/css/100-test_optional_extend_does_not_warn_when_extension_fails.css [deleted file]
theme-compiler/tests/resources/sasslang/css/34-test_extend_redundancy_elimination_when_it_would_preserve_specificity.css [deleted file]
theme-compiler/tests/resources/sasslang/css/36-test_extend_self_loop.css [deleted file]
theme-compiler/tests/resources/sasslang/css/37-test_extend_warns_when_extendee_doesnt_exist.css [deleted file]
theme-compiler/tests/resources/sasslang/css/38-test_extend_warns_when_extension_fails.css [deleted file]
theme-compiler/tests/resources/sasslang/css/57-test_long_extendee_requires_all_selectors.css [deleted file]
theme-compiler/tests/resources/sasslang/css/60-test_long_extender_aborts_unification.css [deleted file]
theme-compiler/tests/resources/sasslang/css/71-test_nested_extender_aborts_unification.css [deleted file]
theme-compiler/tests/resources/sasslang/css/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.css [deleted file]
theme-compiler/tests/resources/sasslang/css/99-test_optional_extend_does_not_warn_when_extendee_doesnt_exist.css [deleted file]
theme-compiler/tests/resources/sasslang/scss/100-test_optional_extend_does_not_warn_when_extension_fails.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/34-test_extend_redundancy_elimination_when_it_would_preserve_specificity.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/36-test_extend_self_loop.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/37-test_extend_warns_when_extendee_doesnt_exist.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/38-test_extend_warns_when_extension_fails.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/57-test_long_extendee_requires_all_selectors.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/60-test_long_extender_aborts_unification.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/71-test_nested_extender_aborts_unification.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.scss [deleted file]
theme-compiler/tests/resources/sasslang/scss/99-test_optional_extend_does_not_warn_when_extendee_doesnt_exist.scss [deleted file]
theme-compiler/tests/resources/sasslangbroken/css/100-test_optional_extend_does_not_warn_when_extension_fails.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/34-test_extend_redundancy_elimination_when_it_would_preserve_specificity.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/36-test_extend_self_loop.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/37-test_extend_warns_when_extendee_doesnt_exist.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/38-test_extend_warns_when_extension_fails.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/57-test_long_extendee_requires_all_selectors.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/60-test_long_extender_aborts_unification.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/71-test_nested_extender_aborts_unification.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/99-test_optional_extend_does_not_warn_when_extendee_doesnt_exist.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/100-test_optional_extend_does_not_warn_when_extension_fails.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/34-test_extend_redundancy_elimination_when_it_would_preserve_specificity.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/36-test_extend_self_loop.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/37-test_extend_warns_when_extendee_doesnt_exist.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/38-test_extend_warns_when_extension_fails.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/57-test_long_extendee_requires_all_selectors.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/60-test_long_extender_aborts_unification.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/71-test_nested_extender_aborts_unification.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/scss/99-test_optional_extend_does_not_warn_when_extendee_doesnt_exist.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-001.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004e.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004f.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-004f.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-005a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-005b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-005c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-005d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-007.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-009a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-009b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-009e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-009f.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-containing-block-initial-009f.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-non-replaced-width-margin-000.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/abspos-replaced-width-margin-000.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/anonymous-boxes-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-quotes-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-quotes-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-space-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-space-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-space-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-space-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-utf16-be-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-utf16-be-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-utf16-le-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/at-charset-utf16-le-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-008.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-009.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-display-types-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-dynamic-attr-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-dynamic-restyle-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-floated-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-images-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-positioned-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-positioned-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-table-parts-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-table-parts-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/before-after-table-whitespace-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-append-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-append-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-append-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-empty-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-float-between-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-float-between-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-float-between-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001f.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001g.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001h.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001i.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001j.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001k.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-001l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002f.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002g.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002h.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-002i.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-008a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-008b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-008c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-009.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-010.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-011.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-012.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-013.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-013.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-014.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-014.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-015.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-016a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-016a.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-016b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-017.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-017.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-insert-017.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-001a.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-001b.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-001b.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-002a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-002a.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-002b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-002b.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-margins-002b.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-nested-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-nested-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-nested-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-percents-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-percents-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-remove-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-whitespace-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/block-in-inline-whitespace-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-005.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-cell-005.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-colgroup-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-column-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-row-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-rowgroup-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-dynamic-table-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/border-collapse-offset-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/charset-attr-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/charset-attr-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-1.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-10.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-11.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-13.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-14.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-144.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-148.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-149.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-149b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-14b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-14c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-14d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-14e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-150.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-151.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-152.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-156.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-156b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-156c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-159.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-16.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-160.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-161.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-166.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-166a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-167.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-167a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-168.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-168a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-169.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-169a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-17.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-170.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-170a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-170b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-170c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-170d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-175a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-175b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-175c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-176.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-177a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-177b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-178.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-179.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-179a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-18.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-180a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-181.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184e.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-184f.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-18a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-18b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-18c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-19.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-19b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-2.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-20.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-21.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-21b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-21c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-22.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-23.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-24.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-25.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-27b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-28.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-28b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-29.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-29b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-30.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-31.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-32.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-33.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-34.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-35.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-36.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-37.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-38.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-39.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-39a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-39b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-39c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-3a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-4.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-41.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-41a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-42.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-42a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-43.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-43b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-44.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-44b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-44c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-44d.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-45.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-45b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-45c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-46.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-46b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-5.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-54.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-55.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-56.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-59.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-6.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-60.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-61.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-62.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-63.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-64.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-65.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-66.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-66b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-68.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-69.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-7.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-70.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-72.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-72b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-77.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-77b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-78.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-78b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-79.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-7b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-8.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-80.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-81.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-81b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-82.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-82b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-86.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-87.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-87b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-88.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-88b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-89.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-9.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-90.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-90b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-d1.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-d1b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-d2.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-d4.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-dynamic-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-dynamic-003a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-dynamic-003b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-inherit-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-inherit-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-nested-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-floats-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-inherit-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-inherit-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/first-line-inherit-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001a.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001a.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001b.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001b.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001c.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001c.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-001c.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-003.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-placement-vertical-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-left-002.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule3-outside-right-002.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-left-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-left-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-left-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-left-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-right-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-right-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-right-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-rule7-outside-right-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.12.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.24.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-004.8.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-005.9.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.10.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.11.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.12.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.13.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.131.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.14.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.15.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.16.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.17.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.18.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.19.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.20.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.21.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.22.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.23.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.24.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.25.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.26.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.27.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.28.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.29.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.30.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.31.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.32.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.33.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.6.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.65.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.66.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.7.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.8.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.9.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.98.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-006.99.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.15.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.16.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.19.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.20.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.23.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.24.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.27.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.28.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.31.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.39.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.40.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.43.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.44.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.48.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.7.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-007.8.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-bfc-outside-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-001r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-002r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-bfc-003r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-001r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-002r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003l.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003l.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003l.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003r.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003r.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-wrap-top-below-inline-003r.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-001.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/floats-zero-height-wrap-002.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-008.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-009.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-012.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-013.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-014.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-016.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-017.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-018.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-019.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-020.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-021.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-022.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-family-name-024.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-weight-bolder-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-weight-lighter-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/font-weight-normal-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-000.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-height-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-height-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-valign-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-valign-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-width-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-width-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-width-002a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-width-002b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-zorder-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-zorder-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-zorder-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-zorder-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-block-zorder-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-002a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-002b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-height-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-height-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-valign-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-width-001a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-width-001b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-width-002a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-width-002b.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/inline-table-zorder-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/quotes-035.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/quotes-035a.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/quotes-036.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/ref-green-box-100x100.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-cell-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-colgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-column-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-row-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-rowgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bc-table-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-cell-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-colgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-column-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-row-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-rowgroup-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-backgrounds-bs-table-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-in-inline-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-in-inline-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-in-inline-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-001.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-001.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-002.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-002.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-003.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-003.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-004.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-004.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-005.6.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-006.6.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/table-vertical-align-baseline-007.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-113.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-114.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-115.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.11.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-001.8.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.11.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-002.8.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.11.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.17.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.25.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.3.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-003.5.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.10.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.16.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.2.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.24.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-intrinsic-004.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-percent-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-indent-wrap-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-001.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-002.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-002.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-003.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-003.1.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-003.4.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-capitalize-003.7.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-lowercase-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-uppercase-001.0.scss [new file with mode: 0644]
theme-compiler/tests/resources/w3ctests/scss/text-transform-uppercase-002.0.scss [new file with mode: 0644]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/W3ConformanceTests.java [new file with mode: 0644]