Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@master/css
Advanced tools
Let's have a quick overview of the groundbreaking features of Master CSS:
class="..."
.To learn more, check out the documentation.
A brief introduction starts by giving you an understanding of markup-driven CSS.
š Traditional
<style>
.home-section {
background-color: blue;
padding: 2rem;
text-align: center;
}
.home-section:hover {
background-color: red;
}
@media (min-width: 1024px) {
.home-section {
padding: 3rem;
}
}
</style>
<section class="home-section">...</section>
š¤© Now, refactor it with a whole new CSS language to make it easier. ā 86% code
<section class="bg:blue bg:red:hover p:32 p:48@md text:center">...</section>
To learn more, check out the Why Master CSS documentation.
This is a quick start guide, check out the full setup guide to integrate with your build tools and frameworks.
npm install @master/css
import '@master/css';
or use a CDN
<script src="https://cdn.master.co/css"></script>
Now, start styling HTML with Master CSS. š
<h1 class="font:40 font:heavy italic m:50 text:center">Hello World</h1>
To learn more, check out the Syntax tutorial documentation.
Some of our core concepts and designs are inspired by these giants.
FAQs
A Virtual CSS language with enhanced syntax. ( ~13KB )
The npm package @master/css receives a total of 1,009 weekly downloads. As such, @master/css popularity was classified as popular.
We found that @master/css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.