insert a string of css into the <head>
TypeScript definitions for insert-css
insert css file into the `<head>` element
Insert CSS styles into an HTML document
insert css file into the `<head>` element
insert a string of css into the <head>
write json , insert css
insert css for a prettier select
PostCSS plugin to insert CSS based on Banks DB data
A utility to help npm package creators insert CSS into their projects.
use javascript to insert css to html head
Insert css and Javascript links into html file
Insert css and Javascript links into html file
Bundle and insert css and js files into html
Extract out vueify/insert-css so Electron apps don't have to ship it
insert css file into the `<head>` element
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
JavaScript package for DocSearch, the best search experience for docs.
Format for representing rich text documents and changes.
No description provided.
emotion's stylesheet
insert implicit module globals into a module-deps stream
GeoJSON implementation of RBush
a rollup plugin for less files
flatfish accepts a CSV of URLS with CSS selectors prepping them for insert into drupal
Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes
Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes
Inserts "class=" attributes within snippets of HTML so CSS and JavaScript can use automatic scopes
This middleware acts as a spam trap. It inserts, into every outputted <form>, a text field that a spambot will really want to fill in, but is actually not used by the app. The field is hidden to humans via CSS, and includes a warning label for screenreading software.
This gem takes your ruby input, plus an object such as a Sequel::Model object, and generates HTML code. If the object has values, they're inserted into the HTML, and if the object has error messages, code is generated to display them. You can use CSS, but it's not automated in this class of methods.
A jig is an ordered sequence of objects (usually strings) and named _gaps_. When rendered as a string by Jig#to_s, the objects are rendered calling #to_s on each object in order. The gaps are skipped. A new jig may be constructed from an existing jig by 'plugging' one or more of the named gaps. The new jig shares the objects and their ordering from the original jig but with the named gap replaced with the 'plug'. Gaps may be plugged by any object or sequence of objects. When a gap is plugged with another jig, the contents (including gaps) are incorporated into the new jig. Several subclasses (Jig::XML, Jig::XHTML, Jig::CSS) are defined to help in the construction of XML, XHTML, and CSS documents. This is a jig with a single gap named :alpha. Jig.new(:alpha) # => <#Jig: [:alpha]> This is a jig with two objects, 'before' and 'after' separated by a gap named :middle. j = Jig.new('before', :middle, 'after) # => #<Jig: ["before", :middle, "after"]> The plug operation derives a new jig from the old jig. j.plug(:middle, ", during, and") # => #<Jig: ["before", ", during, and ", "after"]> This operation doesn't change j. It can be used again: j.plug(:middle, " and ") # => #<Jig: ["before", " and ", "after"]> There is a destructive version of plug that modifies the jig in place: j.plug!(:middle, "filled") # => #<Jig: ["before", "filled", "after"]> j # => #<Jig: ["before", "filled", "after"]> There are a number of ways to construct a Jig and many of them insert an implicit gap into the Jig. This gap is identified as :___ and is used as the default gap for plug operations when one isn't provided:
Diff and patch tables
Diff and patch tables
No description provided.
No description provided.