Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links for CSS declaration order #264

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h3>Declaration order</h3>
</ol>
<p>Positioning comes first because it can remove an element from the normal document flow and override box model related styles. The box model—whether it's flex, float, grid, or table—follows as it dictates a component's dimensions, placement, and alignment.</p>
<p>Everything else takes place <em>inside</em> the component or without impacting the previous two sections, and thus they come last.</p>
<p>For a complete list of properties and their order, please see the <a href="https://github.com/twbs/stylelint-config-twbs-bootstrap/blob/master/css/index.js">Bootstrap property order for Stylelint</a>.</p>
<p>For a complete list of properties and their order, please see the <a href="https://github.com/stormwarning/stylelint-config-recess-order">Recess-based property sort order for Stylelint</a> as used in the <a href="https://github.com/twbs/stylelint-config-twbs-bootstrap">Bootstrap's custom Stylelint config</a>.</p>
</div>
<div class="col col-code">
{% highlight css %}{% include css/declaration-order.css %}{% endhighlight %}
Expand Down