[refactor] Enabled Stylelint 'declaration-colon-space-after' rule

This commit is contained in:
Steven Evans
2018-07-09 16:42:54 -04:00
parent 71d80ae5a4
commit d563d9624a
11 changed files with 182 additions and 182 deletions

View File

@@ -1,6 +1,6 @@
/* interactivetutorial.css */
#interactive-tutorial-wrapper {
position:relative;
position: relative;
}
#interactive-tutorial-container {
@@ -40,7 +40,7 @@
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
background-color:#000;
background-color: #000;
}
#interactive-tutorial-exit {