From d26b319fd6f98517cc3421f10bf18698b953e4d2 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 13 Sep 2018 20:39:48 -0400 Subject: Updated extensions list for v60 --- .../node_modules/pathfinder/docs/userstyles.md | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md (limited to 'data/extensions/jid1-KtlZuoiikVfFew@jetpack/node_modules/pathfinder/docs/userstyles.md') 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 @@ - - -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")); - - -@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'. - - -- cgit v1.2.3