0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/css/samples
2022-09-12 03:14:47 +08:00
..
at-layer [fix] support @layer (#7514) 2022-07-04 23:55:34 +09:00
attribute-selector-bind use bindings when matching attribute selector against element (#3281) 2019-08-02 19:31:04 -04:00
attribute-selector-details-open whitelist [open] attribute selector for <details> (#5425) 2020-09-18 13:53:19 -04:00
attribute-selector-dialog-open [fix] do not be over-eager in removing unused CSS for dialog[open] (#7495) 2022-04-30 13:57:49 -04:00
attribute-selector-only-name rename .html files to .svelte 2019-02-08 08:48:10 -05:00
attribute-selector-unquoted rename .html files to .svelte 2019-02-08 08:48:10 -05:00
attribute-selector-word-arbitrary-whitespace fix '~=' and class selectors with arbitrary whitespace (#4286) 2020-01-19 13:36:22 -05:00
basic rename .html files to .svelte 2019-02-08 08:48:10 -05:00
child-combinator fix css specificity for child combinator (#5399) 2020-09-15 08:39:57 -04:00
combinator-child update tests 2019-02-08 09:32:36 -05:00
css-vars [fix] do not collapse whitespace-only css vars (#7303) 2022-03-03 08:25:52 +01:00
custom-css-hash add cssHash option (#6026) 2021-02-25 18:06:38 -05:00
descendant-selector-non-top-level-outer update tests 2019-02-08 09:32:36 -05:00
directive-special-character add test for class: directive special characters 2019-06-06 07:44:15 -04:00
dynamic-element [feature] Dynamic elements implementation <svelte:element> (#6898) 2022-04-08 16:54:55 +02:00
dynamic-element-tag apply class for dynamic elements (#7652) 2022-09-12 03:14:47 +08:00
empty-class Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
empty-rule rename .html files to .svelte 2019-02-08 08:48:10 -05:00
empty-rule-dev Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
general-siblings-combinator upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-await upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-await-not-exhaustive scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
general-siblings-combinator-each scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
general-siblings-combinator-each-2 scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
general-siblings-combinator-each-else upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-each-else-nested upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-each-nested scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
general-siblings-combinator-if upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-if-not-exhaustive upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-if-not-exhaustive-with-each upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-slot upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
general-siblings-combinator-star upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
global support :global() in compound selector (#6223) 2021-04-30 10:35:40 -04:00
global-compound-selector support :global() in compound selector (#6223) 2021-04-30 10:35:40 -04:00
global-keyframes rename .html files to .svelte 2019-02-08 08:48:10 -05:00
global-keyframes-with-no-elements fix global keyframes with no elements 2019-07-12 06:36:34 -04:00
global-with-child-combinator [fix] applying :global for > combinator (#6563) 2021-07-26 13:42:10 -04:00
global-with-child-combinator-2 [fix] applying :global for > combinator (#6563) 2021-07-26 13:42:10 -04:00
global-with-child-combinator-3 [fix] applying :global for > combinator (#6563) 2021-07-26 13:42:10 -04:00
global-with-unused-descendant add selector to message of css-unused-selector warning (#5253) 2020-08-12 16:57:04 -04:00
host fix remove of lone :host selectors (#5984) 2021-02-10 22:01:50 -05:00
keyframes rename .html files to .svelte 2019-02-08 08:48:10 -05:00
keyframes-autoprefixed rename .html files to .svelte 2019-02-08 08:48:10 -05:00
keyframes-from-to rename .html files to .svelte 2019-02-08 08:48:10 -05:00
local-inside-global rename .html files to .svelte 2019-02-08 08:48:10 -05:00
media-query rename .html files to .svelte 2019-02-08 08:48:10 -05:00
media-query-word rename .html files to .svelte 2019-02-08 08:48:10 -05:00
nested Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
not-selector add scoping attribute for pseudo-class selectors without a type/class - fixes #1705 2019-06-30 17:39:57 -04:00
omit-scoping-attribute update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector add a11y-media-has-caption check (#5075) 2020-08-05 12:21:44 -04:00
omit-scoping-attribute-attribute-selector-contains update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-equals update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-equals-case-insensitive update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-equals-dynamic Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-attribute-selector-pipe-equals update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-prefix update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-suffix update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-attribute-selector-word-equals update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-class-dynamic update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-class-static update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-descendant Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-descendant-global-inner Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-descendant-global-inner-class Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-descendant-global-inner-multiple Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-descendant-global-outer Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-descendant-global-outer-multiple Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-global Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
omit-scoping-attribute-global-children allow multiple ancestors to be scoped with class (#3544) 2019-10-24 13:34:58 -04:00
omit-scoping-attribute-global-descendants allow multiple ancestors to be scoped with class (#3544) 2019-10-24 13:34:58 -04:00
omit-scoping-attribute-id update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-multiple-descendants allow multiple ancestors to be scoped with class (#3544) 2019-10-24 13:34:58 -04:00
omit-scoping-attribute-whitespace update tests 2019-02-08 09:32:36 -05:00
omit-scoping-attribute-whitespace-multiple update tests 2019-02-08 09:32:36 -05:00
preserve-specificity fix css specificity (#4146) 2019-12-23 14:21:29 -05:00
pseudo-element rename .html files to .svelte 2019-02-08 08:48:10 -05:00
root don't scope :root selector (#6514) 2021-07-21 16:33:49 -04:00
siblings-combinator upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-await upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-await-not-exhaustive scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
siblings-combinator-each scope CSS sibling combinators (#5427) 2020-09-24 16:06:32 -04:00
siblings-combinator-each-2 upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-each-else upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-each-else-nested upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-each-nested upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-global fix :host and :global css scoping (#5957) 2021-02-08 11:26:46 -05:00
siblings-combinator-if upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-if-not-exhaustive upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-if-not-exhaustive-with-each upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-slot upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-star upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
siblings-combinator-with-spread fix sibling combinators with spread attributes (#5467) 2020-09-29 11:06:27 -04:00
spread update css tests 2019-03-15 23:12:54 -04:00
supports-charset Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-font-face Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-import Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-namespace Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-nested-page Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-page Support other atrules (#2995) 2019-09-03 19:47:19 -04:00
supports-query rename .html files to .svelte 2019-02-08 08:48:10 -05:00
undefined-with-scope fix undefined class with scoped-css 2019-11-08 21:54:11 +08:00
universal-selector rename .html files to .svelte 2019-02-08 08:48:10 -05:00
unknown-at-rule rename .html files to .svelte 2019-02-08 08:48:10 -05:00
unknown-at-rule-with-following-rules Add tests 2019-06-29 15:22:31 -07:00
unused-selector Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
unused-selector-child-combinator upgrade ESLint config (#5472) 2020-09-29 20:19:43 -04:00
unused-selector-leading Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
unused-selector-string-concat Fix lint warnings (#5263) 2020-08-20 08:51:28 -07:00
unused-selector-ternary Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
unused-selector-ternary-bailed Fix lint warnings (#5263) 2020-08-20 08:51:28 -07:00
unused-selector-ternary-concat Fix lint warnings (#5263) 2020-08-20 08:51:28 -07:00
unused-selector-ternary-nested Fix lint warnings (#5263) 2020-08-20 08:51:28 -07:00
weird-selectors rework attribute selector matching to not use regexes (#1710) 2019-09-16 19:35:41 -04:00