Merge pull request #87 from adamwathan/add-key-benefits

Rough in key benefits list on documentation home page
This commit is contained in:
Adam Wathan 2017-09-01 17:43:18 -04:00 committed by GitHub
commit 2dce1e54c5
2 changed files with 27 additions and 0 deletions

View File

@ -67,4 +67,22 @@
@apply .mb-3;
line-height: 1.75;
}
ul, ol {
margin: 0 0 2em;
.text-dark-soft;
}
ul {
list-style: disc inside;
}
ol {
list-style: decimal inside;
}
li {
.my-2;
.text-dark-soft;
}
}

View File

@ -6,6 +6,15 @@ extends: _layouts.markdown
Welcome to Tailwind CSS! Tailwind is a utility-first CSS framework designed for rapid UI development. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
## Key benefits
- Rapidly build beautiful front-end interfaces using ready-to-go utilty classes.
- Developing in the browser has never been easier. Stop waiting for your build process.
- Drastically reduce the amount of CSS you have to write.
- Implement any design without it feeling like you've used a CSS framework.
- Dynamically generate your own utilities. Tailwind has been designed for customization.
- Generate comparible (if not smaller) CSS files.
## Quick example
<div class="inline-block p-2 pb-4 bg-light border rounded box-shadow text-center">