diff options
author | David Stutz <davidstutz@web.de> | 2014-10-23 16:42:19 +0200 |
---|---|---|
committer | David Stutz <davidstutz@web.de> | 2014-10-23 16:42:19 +0200 |
commit | d79d67f84d83c5c4896776680e9b4c78e5939cc9 (patch) | |
tree | d89bce27ea135179d07950253fd06179b27f59d4 /docs/less/bootstrap.less | |
parent | 0ea191ca5f3347ea5b86dab4960a6d4ced886e07 (diff) | |
download | password-score-d79d67f84d83c5c4896776680e9b4c78e5939cc9.zip password-score-d79d67f84d83c5c4896776680e9b4c78e5939cc9.tar.gz password-score-d79d67f84d83c5c4896776680e9b4c78e5939cc9.tar.bz2 |
Added dictionaries hard coded, added API documentation, updated tests and documentation.
Diffstat (limited to 'docs/less/bootstrap.less')
-rw-r--r-- | docs/less/bootstrap.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/less/bootstrap.less b/docs/less/bootstrap.less index 61c97b1..983144e 100644 --- a/docs/less/bootstrap.less +++ b/docs/less/bootstrap.less @@ -43,6 +43,7 @@ @import "close.less"; @import "list-group.less"; @import "stripe.less"; +@import "box.less"; @import "options.less"; @import "password-score.less"; |