mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 00:10:21 +02:00
add feature list
This commit is contained in:
23
index.html
23
index.html
@@ -18,6 +18,29 @@
|
||||
your html.
|
||||
</h2>
|
||||
|
||||
<ul class="features">
|
||||
<li>
|
||||
Ensures consistency across browsers (thanks
|
||||
<a href="http://necolas.github.io/normalize.css/">normalize.css</a>)
|
||||
</li>
|
||||
<li>Resets spacing (margin & padding)</li>
|
||||
<li>Resets font-size and line-height</li>
|
||||
<li>
|
||||
Prevents the necessity of reseting defaults styles when authoring
|
||||
stylesheets
|
||||
</li>
|
||||
<li>
|
||||
Prevents style inspector bloat by only targeting what is necessary
|
||||
</li>
|
||||
<li>Contributes to the separation of presentation and semantics</li>
|
||||
<li>
|
||||
Works well with all kind of styling approaches, atomic libraries like
|
||||
<a href="https://tachyons.io/">tachyons</a>, component based styling
|
||||
like css-in-js in <a href="https://reactjs.org">React</a>, good 'ol
|
||||
css, ...
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a class="btn" href="https://github.com/nicolas-cusan/destyle.css">
|
||||
Docs / Github
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user