An esbuild plugin that adds support for XCSS (extensible CSS) preprocessing during bundling. Current stable version 0.0.23, actively maintained. Integrates with esbuild >=0.13.0 and ekscss ^0.0.23. Differentiates from other CSS plugins by leveraging the ekscss preprocessor for custom syntax and variables.
npm install esbuild-plugin-ekscssNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of esbuild-plugin-ekscss with esbuild's build API, bundling XCSS files.
Review ekscss changelog for updated syntax rules.
Use 'filter' option instead.
Ensure all XCSS files are imported in your entry points or use esbuild's 'inject' option.
Run npm install esbuild-plugin-ekscss ekscss esbuild@latest
Call ekscssPlugin() without arguments or with an object: ekscssPlugin({ filter: /.*\.xcss$/ })Check your XCSS file for missing semicolons or incorrect syntax per ekscss spec.