@formant/aesthetics
v0.4.0
Published
Classless CSS framework based on the Formant Design System. Styles standard HTML elements without requiring any classes.
Downloads
574
Readme
@formant/aesthetics
The Formant Design System: design tokens, base style sheets, web components, and design advice
Quick Start
Put this into your AI to use
<!-- for general design guidelines read https://cdn.jsdelivr.net/npm/@formant/aesthetics/DESIGN.md -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@formant/aesthetics/tokens.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@formant/aesthetics/base.css"
/>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@formant/aesthetics/webcomponents.js"
></script>