discourse/app/assets
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
fonts Update FontAwesome to 4.7.0 2017-04-26 15:16:30 -04:00
images Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
javascripts select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
stylesheets FIX: reflects discourse icons naming scheme s/d-icon-*/d-* 2017-11-21 16:01:15 +01:00