JSPM

@master/css

2.0.0-beta.41
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 302
  • Score
    100M100P100Q88247F
  • License MIT

A Virtual CSS language with enhanced syntax ~13KB

Package Exports

  • @master/css

Readme


Master CSS Master CSS

A Virtual CSS language with enhanced syntax ~15KB

NPM Version NPM Version NPM NPM jsDelivr hits (npm scoped) jsDelivr hits (npm scoped) npm npm Discord Discord Twitter Twitter CircleCI CircleCI

Documentation

Visit css.master.co to view the full documentation.

Getting Started

Check out the guides to get started quickly with Master CSS.

Ecosystem

Master CSS Introduction Changelog
Packages
css The core engine of the Master CSS language Release Notes
css.compiler Ahead-of-time compiler for Master CSS Release Notes
css.vite A vite plugin that integrates with the AOT compilation of Master CSS Release Notes
css.webpack A webpack plugin that integrates with the AOT compilation of Master CSS Release Notes
css.react React hooks for Master CSS Release Notes
normal.css Normalize browser's styles Release Notes
keyframes.css Simple and useful CSS keyframes Release Notes
Related Packages
style-element.react Quickly create reusable React elements driven by class names Release Notes
Extensions
Language Service
Visual Studio Code
Code completion, syntax highlighting, CSS hover preview, inline color decorators Release Notes

Inspiration

Some of our core concepts and designs are inspired by these giants.

  • The concept of enhanced syntax is inspired by SASS and Typescript.
  • The concept of Virtual CSS is inspired by the Virtual DOM.