progress
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
This commit is contained in:
parent
f4453bb8fb
commit
a3fce76c1a
5 changed files with 34 additions and 3 deletions
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
|
|
@ -51,6 +51,12 @@ importers:
|
||||||
daisyui:
|
daisyui:
|
||||||
specifier: ^5.0.12
|
specifier: ^5.0.12
|
||||||
version: 5.0.12
|
version: 5.0.12
|
||||||
|
prettier:
|
||||||
|
specifier: ^3.6.2
|
||||||
|
version: 3.6.2
|
||||||
|
prettier-plugin-svelte:
|
||||||
|
specifier: ^3.4.0
|
||||||
|
version: 3.4.0(prettier@3.6.2)(svelte@5.25.7)
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.77.4
|
specifier: ^1.77.4
|
||||||
version: 1.86.3
|
version: 1.86.3
|
||||||
|
|
@ -1167,6 +1173,17 @@ packages:
|
||||||
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
|
|
||||||
|
prettier-plugin-svelte@3.4.0:
|
||||||
|
resolution: {integrity: sha512-pn1ra/0mPObzqoIQn/vUTR3ZZI6UuZ0sHqMK5x2jMLGrs53h0sXhkVuDcrlssHwIMk7FYrMjHBPoUSyyEEDlBQ==}
|
||||||
|
peerDependencies:
|
||||||
|
prettier: ^3.0.0
|
||||||
|
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
|
||||||
|
|
||||||
|
prettier@3.6.2:
|
||||||
|
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
|
||||||
|
engines: {node: '>=14'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
readdirp@3.6.0:
|
readdirp@3.6.0:
|
||||||
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
||||||
engines: {node: '>=8.10.0'}
|
engines: {node: '>=8.10.0'}
|
||||||
|
|
@ -2302,6 +2319,13 @@ snapshots:
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
|
prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.25.7):
|
||||||
|
dependencies:
|
||||||
|
prettier: 3.6.2
|
||||||
|
svelte: 5.25.7
|
||||||
|
|
||||||
|
prettier@3.6.2: {}
|
||||||
|
|
||||||
readdirp@3.6.0:
|
readdirp@3.6.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
picomatch: 2.3.1
|
picomatch: 2.3.1
|
||||||
|
|
|
||||||
4
src/pages/shop/_art_test.svelte
Normal file
4
src/pages/shop/_art_test.svelte
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<div class="grid grid-cols-4 w-full h-full">
|
||||||
|
<div class="bg-blue-200 col-start-2">test1</div>
|
||||||
|
<div class="bg-violet-600 col-start-3">test2</div>
|
||||||
|
</div>
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="relative w-48 h-48">
|
<div class="relative w-48 h-48">
|
||||||
<!-- moved w/h here -->
|
|
||||||
<div class="corner-border-container">
|
<div class="corner-border-container">
|
||||||
<div class="w-full h-full flex flex-col justify-end">
|
<div class="w-full h-full flex flex-col justify-end">
|
||||||
<div class="flex flex-col justify-center items-center">
|
<div class="flex flex-col justify-center items-center">
|
||||||
|
|
@ -26,7 +25,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- removed 'relative w-48 h-48' -->
|
|
||||||
<div
|
<div
|
||||||
class="absolute"
|
class="absolute"
|
||||||
style:top={`${-(selectionScale - 100) / 2}%`}
|
style:top={`${-(selectionScale - 100) / 2}%`}
|
||||||
|
|
|
||||||
5
src/routes/shop/arthing/+page.svelte
Normal file
5
src/routes/shop/arthing/+page.svelte
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<script>
|
||||||
|
import Art_test from "@shop/_art_test.svelte";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<Art_test />
|
||||||
Loading…
Add table
Add a link
Reference in a new issue