Utils for checking if a path or url points to a CSS request.
Open Web data by the Mozilla Developer Network
A utility-first CSS framework for rapidly building custom user interfaces.
The iconic font and CSS framework
A utility-first CSS framework for rapidly building custom user interfaces.
A utility-first CSS framework for rapidly building custom user interfaces.
A CSS parser, transformer, and minifier written in Rust
A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
a CSS selector compiler/engine
two functions: One that returns true, one that returns false
CSS Object Model implementation and CSS parser
Low-level HTTP/HTTPS/XHR/fetch request interception library.
CSS Object Model implementation and CSS parser
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
A well-tested CSS minifier
Tool for transforming styles with JS plugins
CSS Property Sort Order based on the SMACSS methodology
[](https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region) [](https:/
Core Promise support implementation for the simplified HTTP request client 'request'.
Wrap native HTTP requests with RFC compliant cache support
CSS selector engine supporting jQuery selectors
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
css loader module for webpack
Right To Left conversion for CSS in JS objects
Rack middleware to cache bust every CSS and JS asset request
Css Image Embedder puts your background files directly into corresponding CSS file. Thanks to that - your server needs to handle fewer requests and the page layout renders smoothly (whole stylesheet at once).
Minimise your CSS files using by compressing and combining them into one file. Reduce HTTP requests, file size, and save bandwidth. See http://github.com/nathankleyn/mini_css for more information.
A collection of shortcuts and helpers for leveraging a request's env in Rails, such as including a browser-specific stylesheet if one exists or putting a short version of the user agent in the CSS classes of the body tag. This eliminates the need for most hacks or conditional comments since you can now get browser-specific with your CSS rules (ex. body.ie6 div { ... })
Adds Hubspot Messenger js and css into your asset pipeline. Integrates seamlessly with rails flash messages, even for ajax requests.
for more info see the readme.
Compressit uses the yuicompressor-2.4.6.jar java file created by Yahoo to compress all of your .css and .js files into single compressed files respectively. This not only reduces the size of your files, but also results in less http requests at load time resulting in an overall faster site.
Enables the creation of scenarios that involve creating a rails project, starting and stoppping of servers, generating projects, editing files, issuing http requests, running of commands, etc. Output is captured as a single HTML file that can be viewed locally or uploaded. Additionally, there is support for verification, in the form of defining assertions based on selections (typically CSS) against the generated HTML.
Juicer is a command line tool that helps you ship frontend code for production. High level overview; Juicer can * figure out which files depend on each other and merge them together, reducing the number of http requests per page view, thus improving performance * use YUI Compressor to compress code, thus improving performance * verify that your JavaScript is safe to minify/compress by running JsLint on it * cycle asset hosts in CSS files * add "cache busters" to URLs in CSS files * recalculate relative URLs in CSS files, as well as convert them to absolute (or convert absolute URLs to relative URLs)
Like JavaScript includes, this works because CSS is not subject to the same-origin policy that affects XMLHttpRequest. CSSHttpRequest functions similarly to JSONP, and is limited to making GET requests. Unlike JSONP, untrusted third-party JavaScript cannot execute in the context of the calling page.
With the help of Nokogiri, SpiderCrawl will parse each page and return you its title, links, css, words, and many many more! You can also customize what you want to do before & after each fetch request.
Enables the creation of scenarios that involve creating a rails project, starting and stoppping of servers, generating projects, editing files, issuing http requests, running of commands, etc. Output is captured as a single HTML file that can be viewed locally or uploaded. Additionally, there is support for verification, in the form of defining assertions based on selections (typically CSS) against the generated HTML.