2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Use CSS3 pseudo elements in documentation

This commit is contained in:
vsn4ik
2017-09-08 03:06:02 +03:00
committed by Mark Otto
parent aa5e97da04
commit 5da8ff61ad
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ On the rare occasion you need to override it, use something like the following:
}
{% endhighlight %}
With the above snippet, nested elements—including generated content via `:before` and `:after`—will all inherit the specified `box-sizing` for that `.selector-for-some-widget`.
With the above snippet, nested elements—including generated content via `::before` and `::after`—will all inherit the specified `box-sizing` for that `.selector-for-some-widget`.
Learn more about [box model and sizing at CSS Tricks](https://css-tricks.com/box-sizing/).