Thanks to visit codestin.com
Credit goes to github.com

Skip to content

๐Ÿ’Ž Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write ๐Ÿ’Ž.

License

Notifications You must be signed in to change notification settings

stylify/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Stylify logo


Chat Twitter Follow GitHub Org's stars GitHub
GitHub Workflow Status (branch) GitHub issues GitHub commit activity GitHub release (latest by date) GitHub contributors

๐Ÿ’Ž Introduction

Stylify is a library that uses CSS-like selectors to generate optimized utility-first CSS dynamically based on what you write.
Don't study framework. Focus on coding.

Stylify preview

โšก Why Stylify instead of CSS or inline styles?

Because of fewer CSS headaches, faster coding and extremely optimized output.

โœจ Features

  • ๐Ÿ’Ž Define Variables, Components, Custom selectors
  • ๐Ÿ’Ž Add custom macros like ml:2
  • ๐Ÿ’Ž Variables can be injected into css as CSS variables
  • ๐Ÿ’Ž CSS variables can differ for each screen
  • ๐Ÿ’Ž Simplify coding with helpers like color:lighten(#000,10)
  • ๐Ÿ’Ž Style any device with dynamic screens
  • ๐Ÿ’Ž You can mark areas for which CSS should not be
  • ๐Ÿ’Ž Split bundles for page/layout/component
  • ๐Ÿ’Ž Selectors are minified from long .color:blue to short .a
  • ๐Ÿ’Ž No purge needed. CSS is generated only when something is matched
  • ๐Ÿ’Ž Components & Custom selectors are attached to utilities. No duplicated property:value
  • ๐Ÿ’Ž Hooks can modify CSS or output for example wrap it in CSS layers
  • ๐Ÿ’Ž Mangled (hidden/unreadable) HTML classes in production (if mangled)
  • ๐Ÿ’Ž Try it with frameworks like, Next.js, Astro. SolidJS, Qwik Symfony, Nette, Laravel
  • ๐Ÿ’Ž Works with bundlers like Webpack, Rollup, Vite.js
  • ๐Ÿ’Ž Generated CSS can be used within SCSS, Less, Stylus
  • ๐Ÿ’Ž CSS variables can be exported into external file and reused

๐Ÿš€ Integrations

Start using Stylify with your favorite tool in a minute.

JavaScript

PHP

๐Ÿ”ฅ Prepared Copy&Paste Headless Components

๐Ÿ“ฆ Packages

Project Status Description
bundler bundler-status A flexible CSS bundler.
stylify stylify-status Core package. Generates CSS and minifies selectors.

Compatibility

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 >= 18 In case Stylify will be used during an application build or in an SSR application.

๐Ÿ’ก Examples, Changelog, Issues

  • Live examples and tutorials: documentation
  • Changelog and release changes: releases
  • Have an idea? Found a bug? Feel free to create an issue

๐ŸคŸ Stay In Touch

๐Ÿ‘ท Contributing

Please make sure to read the Contributing Guide before making a pull request.

๐Ÿ“ License

MIT

Copyright (c) 2021-present, Vladimรญr Machรกฤek