Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 22, 2024
2 parents d5582dd + 64a5dda commit fb3f34b
Show file tree
Hide file tree
Showing 20 changed files with 139 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1715187810205
}
}
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 📄 [Starter] —

<<<<<<< HEAD
AstroJS Starter.

[Starter]: https://npmjs.org/blank-web-starter
=======
A simple skeleton with TailwindCSS, PostCSS.

<table>
<tr>
<td>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://nikolahristov.tech/Dark/Image/GitHub/tailwindcss.svg">
<source media="(prefers-color-scheme: light)" srcset="https://nikolahristov.tech/Image/GitHub/tailwindcss.svg">
<img alt="TailwindCSS Logo" src="https://nikolahristov.tech/Dark/Image/GitHub/tailwindcss.svg" width="300" />
</picture>
</td>
<td>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://nikolahristov.tech/Image/GitHub/postcss.svg">
<img alt="PostCSS Logo" src="https://nikolahristov.tech/Image/GitHub/postcss.svg" width="150" />
</picture>
</td>
</tr>
</table>

[Starter]: HTTPS://NPMJS.Org/@playform/starter
>>>>>>> Fork/Current
26 changes: 26 additions & 0 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html {

html,
body {
<<<<<<< HEAD
@apply h-full
w-full;
}
Expand All @@ -19,13 +20,26 @@ body {
antialiased
sm:subpixel-antialiased
dark:text-white;
=======
@apply h-full w-full;
}

body {
@apply flex flex-grow flex-col bg-white tabular-nums text-black antialiased sm:subpixel-antialiased dark:bg-black dark:text-white;
>>>>>>> Fork/Current

font-variant-ligatures: no-common-ligatures;

--swup-overlay-theme-color: white;
<<<<<<< HEAD
--swup-overlay-theme-duration: 0.2s;
--swup-overlay-theme-delay: 0s;
--swup-overlay-theme-scale: 1.2;
=======
--swup-overlay-theme-duration: 0.21s;
--swup-overlay-theme-delay: 0s;
--swup-overlay-theme-scale: 0.21;
>>>>>>> Fork/Current
--swup-overlay-theme-skew: 0deg;
}

Expand All @@ -39,21 +53,33 @@ body {
::selection {
text-shadow: none;

<<<<<<< HEAD
@apply bg-amber-400
text-black;
=======
@apply bg-amber-400 text-black;
>>>>>>> Fork/Current
}

@media (prefers-color-scheme: dark) {
*::selection,
::selection {
<<<<<<< HEAD
@apply bg-orange-400
text-white;
=======
@apply bg-orange-400 text-white;
>>>>>>> Fork/Current
}
}

img {
<<<<<<< HEAD
@apply inline-block
select-none
align-top
outline-none;
=======
@apply inline-block select-none align-top outline-none;
>>>>>>> Fork/Current
}
4 changes: 4 additions & 0 deletions Source/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<<<<<<< HEAD
=======
/// <reference path="../.astro/types.d.ts" />
>>>>>>> Fork/Current
/// <reference types="astro/client" />

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fb3f34b

Please sign in to comment.