Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: pubspec.yaml

Issue 12474002: Support for parsing all CSS and producing one CSS file (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: merged Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index c7b6a52c8d0e03ec8681316fb6b5d266c398686f..a94910f6b9371634fa63ad399d49b519d76d543b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,7 +9,7 @@ dependencies:
browser: ">=0.3.5+1"
# Pin html5lib so we don't get unexpected API breaks.
html5lib: ">=0.3.3 <0.3.4"
- csslib: ">=0.3.4 <0.3.5"
+ csslib: ">=0.4.0 <0.4.1"
logging: ">=0.3.5+1"
unittest: ">=0.3.5+1"
source_maps: ">=0.3.2 <0.3.3"

Powered by Google App Engine
This is Rietveld 408576698