Skip to content

Commit

Permalink
Merge pull request #84 from markteekman/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
markteekman committed Dec 26, 2023
2 parents ba3d828 + dd298c9 commit a6338f3
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 153 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,7 @@ Accessible Astro Starter is a ready to use, SEO and a11y friendly blogging theme

## ♿ (Accessibility) Features

- Astro 4.0
- Tailwind CSS support
- Prettier integration with `prettier-plugin-astro` and `prettier-plugin-tailwind`
- ESLint integration with strict accessibility settings for `eslint-plugin-jsx-a11y`
Expand All @@ -30,6 +31,7 @@ Accessible Astro Starter is a ready to use, SEO and a11y friendly blogging theme
- `prefers-reduced-motion` disables animations for users that have this preference turned on
- Ships with many components such as Accordions, Breadcrumbs, Modals, Pagination [and many more](https://accessible-astro.dev/accessible-components)
- A collection of utility classes such as breakpoints, button classes, font settings, resets and outlines in `src/assets/scss/base`
- View Transitions (⚠️ see [astro-docs](https://docs.astro.build/en/guides/view-transitions/#accessibility) for accessibility considerations)

## 🚀 Getting started

Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "accessible-astro-starter",
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
"version": "3.0.3",
"version": "3.1.0",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.netlify.app/",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^1.0.2",
"@astrojs/partytown": "^2.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/mdx": "^2.0.2",
"@astrojs/partytown": "^2.0.2",
"@astrojs/tailwind": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"accessible-astro-components": "^2.3.0",
"astro": "^3.0.10",
"accessible-astro-components": "^2.3.3",
"astro": "^4.0.7",
"astro-compress": "^2.0.6",
"astro-icon": "^0.7.3",
"eslint": "^8.33.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/Header.astro
Expand Up @@ -51,7 +51,6 @@ import { Icon } from 'astro-icon'

path {
fill: var(--action-color);
transition: fill 0.2s ease-in-out;
}
}

Expand Down

0 comments on commit a6338f3

Please sign in to comment.