I think we have our import maps working now.

This commit is contained in:
2023-03-01 06:28:43 +00:00
parent 2f04f3fd55
commit 663a9030ab
4 changed files with 23 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
*
*= require_tree .
*= require_self
*= require actiontext.css
*/
/* Set the global variables for everything. Change these to use your own fonts and colours. */
@@ -529,3 +530,8 @@ pre code {
nav>form {
display:inline;
}
.subprincipleitem {
cursor: pointer;
padding:5px 0;
}