Stylify is a library that generates utility-first CSS dynamically based on what you write.
Write HTML. Get CSS
- Live examples and tutorials can be found in documentation.
- Information about each release can be found in releases.
- Have an idea? Found a bug? Feel free to create an issue.
Environment | Version | Note |
---|---|---|
Browser | ES5-compliant browsers, Intersection Observer support is required. | Stylify doesn't need to be included in the browser. All CSS can be pregenerated on server or during a build. |
Node | >= 14 | In case Stylify will be used during an application build or in an SSR application. |
Project | Status | Description |
---|---|---|
autoprefixer | PostCSS Autoprefixer integration for SSR. | |
bundler | A flexible CSS bundler. | |
nuxt-module | Module for Nuxt.js Framework. | |
profiler | Profiler for Stylify packages. | |
stylify | Core package. Dynamic CSS generator and Selectors Minifier. |
- Visit Stylify website https://stylify.dev.
- Follow Stylify on Twitter.
- Join Stylify community on Discord.
Copyright (c) 2021-present, Vladimír Macháček