We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd384a commit 2ef9a9bCopy full SHA for 2ef9a9b
playground/index.html
@@ -23,13 +23,9 @@
23
24
<script src="jspm_packages/system.js"></script>
25
<script src="jspm.config.js"></script>
26
+ <script src="build.js"></script>
27
<script>
- // Change the config based on deployment
28
- if(window.location.host === 'madlittlemods.github.io') {
29
- System.baseURL = '/postcss-css-variables/playground/';
30
- }
31
-
32
- System.import('src/js/main');
+ System.import('src/js/main.js');
33
</script>
34
</body>
35
</html>
0 commit comments