summaryrefslogtreecommitdiff
path: root/data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2018-09-13 20:39:48 -0400
committerRuben Rodriguez <ruben@gnu.org>2018-09-13 21:02:13 -0400
commitd26b319fd6f98517cc3421f10bf18698b953e4d2 (patch)
treebc70c4e472a2eaf514d411dba5067d530e5bbea9 /data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md
parentc3b304c51a3386ea09527a479a883253ea35243a (diff)
Updated extensions list for v60
Diffstat (limited to 'data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md')
-rw-r--r--data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md b/data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md
deleted file mode 100644
index 7debf98..0000000
--- a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- contributed by Erik Vold [erikvvold@gmail.com] -->
-
-The `userstyles` module allows one to load css/userstyles for content or chrome
-pages.
-
-## Example ##
-
- // loads a user stylesheet
- require("userstyles").load(require("self").data.url("style.css"));
-
-<api name="load">
-@function
- Loads css (aka userstyles) to the browser which will be automatically removed
- when the add-on unloads.
-
-@param url {string}
- The url of a css file.
-
-@param options {object}
- Some options for the stylesheet.
-
-@prop type {String}
- The type for the stylesheet, there are two types 'agent' and 'user'.
- The default should be used when possible, which is 'user'.
-
-</api>