Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chipzhang/webpack-less-vars-loader

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
ESLint parser that allows for linting of experimental syntax transformed by Babel
Account's avatar
babel/babel
Companion rules for @babel/eslint-parser
Account's avatar
chipzhang/eslint-config
An ESLint shareable config based on Airbnb, added JSON / Babel / TypeScript / Prettier support
Account's avatar
chipzhang/prettier-config
A Prettier shareable config featuring modern code style and ease of typing
Account's avatar
chipzhang/tsconfig
A TypeScript shareable config featuring separate configs of Node.js and React environment
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Account's avatar
less/less.js
Leaner CSS
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
webpack/webpack-cli
CLI for webpack & friends
Account's avatar
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes.

Support the repos that depend on this repository

Top contributors

ChipZhang's profile
ChipZhang
5 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
chipzhang

chipzhang/webpack-less-vars-loader

A webpack loader to access LESS variables in JS

JavaScript
2
0
GNU Affero General Public License v3.0

A tiny webpack loader that extracts values from a LESS file and makes them available as a plain JavaScript (or TypeScript) object. Developers can declare a special `#less-vars` block mapping JS‑style names to LESS variables, import the LESS file in their code and get a key‑value map of those variables (including overridden and `modifyVars` values), useful for projects that need to share design tokens between CSS/LESS and runtime JavaScript.