Added SASS Compiling workflow (#1)
Some checks are pending
Compile SASS / deploy (push) Waiting to run
Some checks are pending
Compile SASS / deploy (push) Waiting to run
* Added first version of SASS CICD Update sass-compile.yml * Added artifact step Update sass-compile.yml * Fixed artifact name, testing author name condition Update sass-compile.yml * Finished CICD SASS compiler, Added broken example page Update sass-compile.yml, maki-03.jpg, and 5 more files...
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<header class="w-full p-m pl-s">
|
||||
<h1 class="t-size-17 t-w-500">
|
||||
<i class="fa-brands fa-css3-alt mr-s"></i>NibbleCSS Documentation
|
||||
<i class="fa-brands fa-css3-alt mr-s"></i>NibbleCSS Documentation v0.0.1
|
||||
<a href="https://github.com/aziascreations/CSS-NibblePoker" class="f-right a-bland"><i class="fa-brands fa-github"></i></a>
|
||||
</h1>
|
||||
</header>
|
||||
@@ -105,6 +105,9 @@
|
||||
|
||||
<!-- Tables -->
|
||||
<?php include("./parts/tables_site.php"); ?>
|
||||
|
||||
<!-- Tables -->
|
||||
<?php include("./parts/examples/cards.php"); ?>
|
||||
</main>
|
||||
|
||||
<footer class="d-flex flex-align-center w-full p-s py-xs">
|
||||
|
Reference in New Issue
Block a user