Commit Graph

127 Commits (3a675797ea7c581ed52935e415a2850b8b68553d)

Author SHA1 Message Date
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
7 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
7 years ago
Rich Harris 0c33eb4b1b fix tests
7 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
7 years ago
Rich Harris 2c9fb31a9e simplify tests
7 years ago
Rich Harris 205bcfac7e warn on unused selectors
7 years ago
Rich Harris f79e901429 bug fix
7 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR
7 years ago
Rich Harris 7b289e95f1 implement ID selectors, refactor
7 years ago
Rich Harris 45dd99d6db implement all attribute selector operators
7 years ago
Rich Harris 3dfe92b54f handle ~= attribute selector operator
7 years ago
Rich Harris 74d15ea877 handle empty attributes
7 years ago
Rich Harris d2f5296bd9 handle attribute selectors with = operator
7 years ago
Rich Harris b72684e99c handle universal selectors
7 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
7 years ago
Rich Harris d9aa3ec5ae more :global(...) handling
7 years ago
Rich Harris f97ac27e2a handle :global(...) styles
7 years ago
Rich Harris ab40007406 move CSS analysis into preprocess
7 years ago
Rich Harris fae9036ce6 only apply svelte-123xyz attributes where necessary (WIP)
7 years ago
Rich Harris 0cbd201200 set up tests for omitted scoping attributes
7 years ago
Rich Harris 21a8b1dd06 fix tests
7 years ago
Rich Harris b07f303780 put attribute selector before pseudo-class selector - fixes #658
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
7 years ago
Rich-Harris a85b6002a7 test @rules in css
7 years ago
Rich-Harris b5d4b78a80 renable tests
8 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
8 years ago