summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/styling.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-31[ci] yarn formatGravatar FredKSchott 1-4/+4
2021-08-31Add v20 documentation for bundling assets (#1262)Gravatar Lachlan Young 1-0/+11
* Add v20 documentation for bundling assets * 🛁 Revert bad doc * 🛁 Address CR * ✨ Use astro * 🛁 Correct Link * Update styling.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Update Tailwind docs for path to css (#1240)Gravatar Matthew Phillips 1-7/+7
* Update Tailwind docs for path to css * Remove other references to public in the styling guide * Remove unnecessary (pages)
2021-08-12Fix typos in the docs/ content (#1093)Gravatar mundry 1-2/+2
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-01Update styling.md re link-handling for .scss files (#977)Gravatar Bryce Wray 1-1/+3
Adding a note to make clear that users of .scss files should still link to the final compiled .css files, as per https://discord.com/channels/830184174198718474/853350631389265940/871151798075949066.
2021-07-30📘 DOC: Add PostCSS configuration on Astro (#947)Gravatar Diogo Felix 1-0/+27
2021-07-30Add svelte file extension to tailwind puge configuration. (#964)Gravatar allanvobraun 1-1/+1
Self explanatory.
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-1/+1
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 1-48/+48
2021-07-30Fix typos and clarify docs (#880)Gravatar Marcus Otterström 1-1/+1
* Add more missing words * Add missing dot * Add another missing dot * Clarify what optimized css means (discussed on Discord) * Remove oxford comma Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 1-1/+27
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 1-2/+2
* Add `tabindex="0"` to `<pre>` so that they are navigable by keyboard users if they overflow. * Landmark elements should have unique names https://dequeuniversity.com/rules/axe/4.3/landmark-unique * Page must have one main landmark https://dequeuniversity.com/rules/axe/4.3/landmark-one-main - Main landmark must not be contained by another landmark https://dequeuniversity.com/rules/axe/4.3/landmark-main-is-top-level * Heading level cannot increase by more than one * Ensure that links with the same accessible name serve a similar purpose https://dequeuniversity.com/rules/axe/4.3/identical-links-same-purpose * Just update the accessible name and require context for the visible link name * Fix CSS from the removal of the second <main> * Revert heading level change
2021-07-17Fix typos in the documentation. (#731)Gravatar mundry 1-4/+4
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 1-0/+511