| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
section
|
|
|
|
|
|
* Bump version to 5.0.0
* Fix npm tag
* Dist
|
|
|
|
|
|
|
|
|
|
* Grammatically update the doc
* Apply suggestions from code review
Co-authored-by: Mark Otto <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
* Add Parcel Bundler doc
* Update parcel.md
* Improve parcel.md
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
* Clarify Sass import and customize docs for how to modify variable defaulst
* Add an npm starter project callout to a few pages
* Update callout-info-npm-starter.md
Co-authored-by: XhmikosR <[email protected]>
|
|
* Add Sass section to Getting Started > Build Tools, mention Sass implementation used, mention current precision of 10 due to Dart Sass, and mention recommended minimum precision (value of 6 used in BS v4). Remove outdated Sass precision from Customize > Sass docs page.
* Remove more mentions of deprecated Sass implementations. Add links to Sass compiler mentions so we can keep all pertinent Sass compiler information in just one location instead of spread through the docs, which makes it hard to find the details and/or keep them up-to-date.
Co-authored-by: XhmikosR <[email protected]>
|
|
* docs(migrations): add a note regarding migration from v4 used for RTL layouts
* docs(RTL): LTR & RTL at the same time
* docs(utilities): how-to use the API to rename utilities
* docs(RTL): mention issue when nesting styles with .ltr / .rtl
|
|
system-ui was added to the native font stack in #30561 but the docs were not updated.
|
|
(#32399)
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
It's better for clarity.
|
|
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
|
|
- Add `bs` in data APIs everywhere
- Update unit tests
|
|
Shorter URLS which are faster as they avoid HTTP redirects
|
|
This is to remove any trailing newlines in the `.browserslistrc` shortcode
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
issue." (#32076)
This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
|
|
|
|
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
|
|
|
|
|
|
|
|
|
|
|
|
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion
* docs(migration): mention scroll-behavior in alpha3
* docs(accessibility): mention scroll-behavior in reduced motion section
* docs(accessibility): rewording smooth scroll sentence
* feat(variable): introduce enable-smooth-scroll variable
* docs(accessibility): reword smooth-scroll sentence
Co-authored-by: XhmikosR <[email protected]>
|
|
* feature(spinners): slow down spinners when prefers-reduced-motion
* docs(spinners): add reduced motion callout and mention slowing down in accessibility page
* Update spinners.md
* docs(accessibility): rewording
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
|
|
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown.
This allows for stuff like:
{{% callout info %}}
##### I'm an info callout!
```css
.foo {
color: #fff;
}
```
{{< example >}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
<button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button>
</div>
{{< /example >}}
{{% /callout %}}
|
|
:tada: Yay! I helped!
Co-authored-by: XhmikosR <[email protected]>
|
|
Format snippets
|
|
potcss-loader now uses the `postcssOptions` key. https://www.npmjs.com/package/postcss-loader
|
|
* Fix GitHub's permanent redirects
* Fix a11yproject redirects
* Update postcss-loader repo URL to the current one
|
|
clearly organized
|
|
Co-authored-by: Mark Otto <[email protected]>
|
|
Note that we are using the bundle file already in our docs since 787441d.
|
|
|