Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/scss/main.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Addressed comments #20 Created Jan. 23, 2018, 8:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scss/_vars.scss ('k') | src/templates/confirm-email.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scss/main.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/scss/main.scss
@@ -0,0 +1,13 @@
+
+@import "vars";
+@import "../../node_modules/website-defaults/static/scss/variables";
+@import "../../node_modules/website-defaults/static/scss/utilities/overrides.scss";
+@import "../../node_modules/website-defaults/static/scss/utilities/layout.scss";
+@import "../../node_modules/website-defaults/static/scss/utilities/widths.scss";
+@import "../../node_modules/website-defaults/static/scss/reset";
+@import "../../node_modules/website-defaults/static/scss/base";
+@import "../../node_modules/website-defaults/static/scss/forms/basic";
+@import "../../node_modules/website-defaults/static/scss/forms/buttons";
+@import "content";
+@import "layout";
+@import "form";
« no previous file with comments | « src/scss/_vars.scss ('k') | src/templates/confirm-email.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld