Skip to content

Commit

Permalink
add supported browsers info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Jul 29, 2018
1 parent d59aa9b commit 39d420b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ As this is a Django project, you may find the admin panel at `<kpi base url>/adm

Icons
-----
All project icons are kept in `jsapp/svg-icons/`. Adding new icon requires adding new `svg` file here and regenerating icons with `npm run generate-icons`. Filenames are used for icon font classnames, e.g. `.k-icon-arrow-last` for `arrow-last.svg` (please use kebab-case). You can see all available icons by running `npm run show-icons` - it will open a list in your browser.
All project icons are kept in `jsapp/svg-icons/`. Adding new icon requires adding new `svg` file here and regenerating icons with `npm run generate-icons`. Filenames are used for icon font classnames, e.g. `.k-icon-arrow-last` for `arrow-last.svg` (please use kebab-case). You can see all available icons by running `npm run show-icons` - it will open a list in your browser.

Supported Browsers
------------------
See [browsers list config](./.browserslistrc)

0 comments on commit 39d420b

Please sign in to comment.