JSPM

@master/css

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

A Virtual CSS language with enhanced syntax ~13KB

Package Exports

  • @master/css

Readme


Master CSS

A Virtual CSS language with enhanced syntax ~15KB

NPM Version License JSDelivr hits (npm scoped) NPM package ( download / month ) Discord online Follow @mastercorg Github release actions

Documentation

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

Getting Started

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

Ecosystem

Packages Introduction
Integrations
Master CSS Compiler Ahead-of-time compiler for Master CSS
Master CSS Vite A vite plugin that integrates with the AOT compilation of Master CSS
Master CSS Webpack A webpack plugin that integrates with the AOT compilation of Master CSS
Master CSS React React hooks for Master CSS
Native CSS
Master Normal CSS Normalize browser's styles
Master Keyframes CSS Simple and useful CSS keyframes
Related
Style Element for React Quickly create reusable React elements driven by class names
Others
Master CSS Language Service
Visual Studio Code Extension
Code completion, syntax highlighting, CSS hover preview, inline color decorators

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.