reorganized sass project files

outsourced sass code from main.sass in order to make maintanance more
easy to be performed
This commit is contained in:
2022-03-12 11:53:34 +01:00
parent b6c7d09434
commit d4a0cb45ef
16 changed files with 953 additions and 1243 deletions

View File

@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sass test</title>
<link rel="stylesheet" href="scss/main.sass">
<link rel="stylesheet" href="scss/navbar.sass">
<link rel="stylesheet" href="scss/messaging.sass">
<link rel="stylesheet" href="scss/selector.sass">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/styles/default.min.css">
</head>
<body>
<header>
@ -61,10 +65,11 @@
<br>
<h1>Code Embed</h1>
<pre>
<code>
<code class="language-html">
<h1>test</h1>
code here, escape it yourself.
<h2>test</h2>
</code>
</pre>
<h1 style="text-align: center;">Alert Elements</h1>
@ -115,5 +120,7 @@
<br><br><br>
<br><br><br>
<script src="js/steevcss.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>