0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
Rich Harris
4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support 2017-07-07 18:06:42 -04:00
Rich Harris
7a752df55d fix handling of modified :global(...) selectors 2017-07-05 11:13:12 -04:00
Rich Harris
0c33eb4b1b fix tests 2017-07-03 18:06:11 -04:00
Rich Harris
12907594cd Merge branch 'gh-678' into gh-679 2017-07-03 17:38:53 -04:00
Rich Harris
2c9fb31a9e simplify tests 2017-07-03 17:34:26 -04:00
Rich Harris
205bcfac7e warn on unused selectors 2017-07-03 16:38:36 -04:00
Rich Harris
f79e901429 bug fix 2017-07-02 09:22:36 -04:00
Rich Harris
2ec0a850fc apply css optimisations to SSR 2017-07-01 23:27:02 -04:00
Rich Harris
7b289e95f1 implement ID selectors, refactor 2017-07-01 16:33:11 -04:00
Rich Harris
45dd99d6db implement all attribute selector operators 2017-07-01 16:11:38 -04:00
Rich Harris
3dfe92b54f handle ~= attribute selector operator 2017-07-01 15:42:52 -04:00
Rich Harris
74d15ea877 handle empty attributes 2017-07-01 15:25:55 -04:00
Rich Harris
d2f5296bd9 handle attribute selectors with = operator 2017-07-01 15:17:39 -04:00
Rich Harris
b72684e99c handle universal selectors 2017-07-01 13:57:54 -04:00
Rich Harris
5499327a70 refactoring, and more :global(...) fixes 2017-07-01 12:14:18 -04:00
Rich Harris
d9aa3ec5ae more :global(...) handling 2017-07-01 00:49:18 -04:00
Rich Harris
f97ac27e2a handle :global(...) styles 2017-06-30 10:27:09 -04:00
Rich Harris
ab40007406 move CSS analysis into preprocess 2017-06-27 10:45:10 -04:00
Rich Harris
fae9036ce6 only apply svelte-123xyz attributes where necessary (WIP) 2017-06-26 10:36:13 -04:00
Rich Harris
0cbd201200 set up tests for omitted scoping attributes 2017-06-26 08:09:41 -04:00
Rich Harris
21a8b1dd06 fix tests 2017-06-25 12:57:27 -04:00
Rich Harris
b07f303780 put attribute selector before pseudo-class selector - fixes #658 2017-06-23 08:47:51 -04:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Rich Harris
7b99d47215 add cascade option, to prevent components inheriting styles (#583) 2017-05-29 13:45:18 -04:00
Rich-Harris
a85b6002a7 test @rules in css 2017-05-04 11:23:49 -04:00
Rich-Harris
b5d4b78a80 renable tests 2017-03-28 15:13:32 -04:00
Rich-Harris
1308907f67 include css in compiler output (#409) 2017-03-28 14:57:00 -04:00