You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/css/samples
Rich Harris 7b289e95f1
implement ID selectors, refactor
7 years ago
..
basic fix tests 7 years ago
cascade-false fix tests 7 years ago
cascade-false-global add cascade option, to prevent components inheriting styles (#583) 7 years ago
cascade-false-global-keyframes fix tests 7 years ago
cascade-false-keyframes fix tests 7 years ago
cascade-false-pseudo-element fix tests 7 years ago
cascade-false-universal-selector handle universal selectors 7 years ago
keyframes fix tests 7 years ago
media-query fix tests 7 years ago
omit-scoping-attribute only apply svelte-123xyz attributes where necessary (WIP) 7 years ago
omit-scoping-attribute-attribute-selector handle empty attributes 7 years ago
omit-scoping-attribute-attribute-selector-contains implement all attribute selector operators 7 years ago
omit-scoping-attribute-attribute-selector-equals handle attribute selectors with = operator 7 years ago
omit-scoping-attribute-attribute-selector-equals-case-insensitive implement all attribute selector operators 7 years ago
omit-scoping-attribute-attribute-selector-equals-dynamic handle attribute selectors with = operator 7 years ago
omit-scoping-attribute-attribute-selector-pipe-equals implement all attribute selector operators 7 years ago
omit-scoping-attribute-attribute-selector-prefix implement all attribute selector operators 7 years ago
omit-scoping-attribute-attribute-selector-suffix implement all attribute selector operators 7 years ago
omit-scoping-attribute-attribute-selector-word-equals handle ~= attribute selector operator 7 years ago
omit-scoping-attribute-class-dynamic only apply svelte-123xyz attributes where necessary (WIP) 7 years ago
omit-scoping-attribute-class-static only apply svelte-123xyz attributes where necessary (WIP) 7 years ago
omit-scoping-attribute-descendant move CSS analysis into preprocess 7 years ago
omit-scoping-attribute-descendant-global-inner handle :global(...) styles 7 years ago
omit-scoping-attribute-descendant-global-inner-multiple refactoring, and more :global(...) fixes 7 years ago
omit-scoping-attribute-descendant-global-outer handle :global(...) styles 7 years ago
omit-scoping-attribute-descendant-global-outer-multiple refactoring, and more :global(...) fixes 7 years ago
omit-scoping-attribute-global refactoring, and more :global(...) fixes 7 years ago
omit-scoping-attribute-id implement ID selectors, refactor 7 years ago
omit-scoping-attribute-whitespace move CSS analysis into preprocess 7 years ago
omit-scoping-attribute-whitespace-multiple handle :global(...) styles 7 years ago
universal-selector handle universal selectors 7 years ago