Update README.md
This commit is contained in:
parent
a2a3bc7595
commit
1095d29347
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ Usage
|
|||
KNACSS is a collection of ready to use styles and snippets to kick start your project. Feel free to use it as a “reset”, then make it grow to suit your needs.
|
||||
Take the time to read the documentation before jumping in. Indeed, KNACSS doesn’t always suit beginners’ needs since a little thing can have big consequences.
|
||||
|
||||
# Vendor Prefixes
|
||||
|
||||
If you use one of the pre-processed version of KNACSS (LESS / Sass) know that all the properties are declared **without vendor prefixes** (-webkit-,-moz-,-ms-,…), to gain clarity, and length of initial code.
|
||||
|
||||
You will certainely need to add these vendor prefixes yourself (this is usually done automatically today with Autoprefixer, Mixture, Prepros, Grunt, etc.).
|
||||
|
||||
Useful links
|
||||
------------
|
||||
* Website and download : http://knacss.com/
|
||||
|
|
Loading…
Reference in a new issue