17 Commits

Author SHA1 Message Date
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
1a679eb2d2 Revert. 2015-10-15 09:40:40 +03:00
9674ad4a3b Removed the annoying css trace. 2015-10-14 16:46:29 +03:00
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
28d54c3889 Merge pull request #653 from NathanaelA/Branch_CSS_Lowercase
Changed createSelectorsFromSyntaxTree to use a loop rather than filter.
2015-09-11 10:45:33 +03:00
cdac829c25 Changed createSelectorsFromSyntaxTree to use a loop rather than filter.
1. Changed code to lowercase the declaration property
2. Minimize the data pushed to each rule
2015-09-01 04:01:47 -05:00
935fefbf11 url('some.css') is now optional 2015-08-24 17:40:13 +03:00
c683ea44e6 Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code. 2015-08-04 16:53:12 +03:00
38f243de5c Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses
that when parsing CSS.

Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00
dc4a8f745f FIX: App.css now applied when there is page css 2015-07-23 17:02:15 +03:00
c6d7717e35 Fix tslint errors 2015-07-16 09:44:41 +03:00
d1ec70286d more fixes & tests added 2015-07-08 18:16:28 +03:00
a8389a3724 Style class to support batch changes before updating native instance. 2015-06-25 15:16:30 +03:00
ce0428fdc9 css import support added 2015-05-28 16:57:01 +03:00
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00