Skip to content

Commit 6407666

Browse files
committed
Update README.md
1 parent 62603c7 commit 6407666

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Set of AMD plugins for RequireJS. It contains the following plugins:
44

5+
* [css](#css)
56
* [has](#has)
67
* [i18n](#i18n)
78
* [jquery](#jquery)
@@ -41,8 +42,15 @@ Then install dependencies with bower (or manually from github if you prefer to):
4142
$ bower install
4243

4344

45+
## css
46+
This plugin will load and wait for a css file. CSS loaded with this plugin can be overwritten by
47+
user-defined style sheet, using `<link>` or `<style>` tag.
48+
49+
See [docs/css.md](./docs/css.md) for documentation.
50+
4451
## has
45-
This plugin provides an extensible API to manage feature detection.
52+
This plugin provides an extensible API to manage feature detection. It also implements the
53+
[requirejs plugin api](http://requirejs.org/docs/plugins.html) to provide conditional module loading.
4654

4755
See [docs/has.md](./docs/has.md) and [samples/has.html](./samples/has.html) for documentation and sample.
4856

@@ -60,10 +68,3 @@ See [docs/jquery.md](./docs/jquery.md) for documentation.
6068
This plugin allows to require modules that may or may not exist.
6169

6270
See [docs/maybe.md](./docs/maybe.md) and [samples/maybe.html](./samples/maybe.html) for documentation and sample.
63-
64-
65-
66-
## Credits
67-
68-
* Clément Mathieu (IBM CCLA)
69-

0 commit comments

Comments
 (0)