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
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.