summaryrefslogtreecommitdiff
path: root/examples/portfolio-svelte/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-14cleanup the repo, remove outdated files and folders (#2771)Gravatar Fred K. Schott 5-246/+0
2022-03-09Update examples for 0.24.0 (#2740)Gravatar Tony Sullivan 1-1/+1
* removing Astro.resolve, adding sass dev dependencies * updating tailwind example to use ESM style imports * moving from `<style global>@import` to ESM imports * updating lockfile to pick up examples sass deps * chore(lint): ESLint fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-6/+6
2021-11-24move styles to src (#2003)Gravatar Fred K. Schott 1-1/+1
2021-11-08minor adjustments for astro@next (#1763)Gravatar Konstantinos Kostarellis 1-1/+1
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
2021-11-02Adds a new example template portfolio-svelte (#1667)Gravatar Konstantinos Kostarellis 5-0/+246
- Template is based on svelte components instead of react - Bumps astro version to "^0.21.0-next.0" for portfolio-svelte template Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>