Package Exports
- @master/css
Readme
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 | |
css.compiler | Ahead-of-time compiler for Master CSS | |
css.vite | A vite plugin that integrates with the AOT compilation of Master CSS | |
css.webpack | A webpack plugin that integrates with the AOT compilation of Master CSS | |
css.react | React hooks for Master CSS | |
normal.css | Normalize browser's styles | |
keyframes.css | Simple and useful CSS keyframes | |
Related Packages | ||
style-element.react | Quickly create reusable React elements driven by class names | |
Extensions | ||
Language Service Visual Studio Code |
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.