You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,19 @@ Workarounds:
45
45
- Use a VPN or work from a different location (aka different IP address)
46
46
- Comment out the line `RUN dart pub get` in the Dockerfile, build the image, and run `dart pub get` within the container to get the dependencies manually
47
47
48
+
# Troubleshooting styles
49
+
50
+
You can add the following mixing to the bottom of the `book.scss` file to print out additional debugging information:
51
+
52
+
```scss
53
+
// This one is probably the most useful. It shows all the settings, what they are set to, and if they have been overridden
54
+
@includedebug_settings();
55
+
56
+
@includedebug_settings_manifest();
57
+
@includedebug_shapes();
58
+
@includedebug_enums();
59
+
```
60
+
48
61
# Important Links
49
62
-[CE Team Confluence Documentation](https://openstax.atlassian.net/wiki/spaces/CE/overview)
50
63
-[How to Release CE Styles](https://openstax.atlassian.net/l/c/TjrhH68R)
0 commit comments