Stylesheets for personal use
[](https://circleci.com/gh/JoshK2/vue-spinners-css) [, walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
Use `@ant-design/colors` as `tailwind colors default`
👷 workerd for Linux 64-bit, Cloudflare's JavaScript/Wasm Runtime
Better `os.arch()` for node and the browser -- detect OS architecture
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Smart tailwind configuration modifier
The Linux 64-bit binary for esbuild, a JavaScript bundler.
The linux arm64 distribution of the Sentry CLI binary.
A JavaScript implementation of UUID version 7
Various helper utilities for working with buffers and binary data
👷 workerd for Linux ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
Translation between JavaScript values and Buffers
The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.
A Long class for representing a 64-bit two's-complement integer value.
👷 workerd for macOS ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.
The macOS 64-bit binary for esbuild, a JavaScript bundler.
LEB128 utilities for Node
👷 workerd for Windows 64-bit, Cloudflare's JavaScript/Wasm Runtime
The Windows 64-bit binary for esbuild, a JavaScript bundler.
The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.
The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.
makes the error callbacks on your rails forms a bit prettier when you are using the bootstrap css
Generates nicer default views styled with Tailwind CSS so you have a bit of a better starting point for your app.
Griddyup is a CSS-grid tool for (a bit) faster prototyping using CSS-Grid layout. Therefore, you should be careful using this if you wish to have any backwards compatibility.
Helium is a frontend responsive web framework for rapid prototyping and production-ready development using HTML5 and CSS3. In many ways it is similar to both Twitter Bootstrap and ZURB Foundation - in fact, it uses bits of their code. Unlike either of these two frameworks, however, Helium is designed to be much more lightweight and easier to tinker with. Think of it as a classic car where you can pop open the hood and easily work on the engine. The compiled default CSS file weighs in at a comparatively tiny 30k, versus approximately 100k for Bootstrap and almost 200k for Foundation.
<p>Sass or the much better approach of scss is really helpful and a big silver bullet for my css structuring in ruby projects.</p> \ <p>Standard sass command works for whole directories or single files only. In general it gets the jobs we want done, but in practical usage i think the sass command tool is a little bit unconvinient. A common scenario for me is, \ that you have whole bunch of sass files, which you want to compile to a single compressed output file. But if you have splitted your sass files in component based modules and you want to watch the complete folder you have to care for dependency handling in each file, because each file will be compiled for its own.</p> \ <pre># compiling a complete folder with scss ~ $ sass css/scss:css/compiled</pre> \ <p>So converting the whole folder is not what i want, because i don\'t want to import for example my color.sass config file in each module again. Compiling a single file seems to be the better solution, and it works in general, as expected, but the devil is in the detail. </p> <pre># compiling a single file where the other files are imported. ~ $ sass css/scss/main.scss:css/compiled/main.css</pre> \ <p>If we change a file with impact to our main.sass file, the --watch handle will not get it, because it observes only the timestamp of the given main.sass.</p> <p>Here is it, where mindful_sass tries to help out. You use it according to the single file variant of sass, but it tries to observe the whole folder the given sass file is placed. If a timestamp of file in the sass folder or its children changes it will compile the specified main.sass again.</p> \ <p>This gem is not aimed to replace anything in the sass universe. It is only a wrapper to avoid the described unconvinience, and i hope that it gets useless as fast as possible, because the sass development gets this feature done for themselves.</p> \ <p>Thanks anyway to the sass developer team.</p>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.