packages

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

MIT License

Downloads
323
Stars
426
Committers
5

Bot releases are visible (Hide)

packages - v0.2.1

Published by Machy8 about 2 years ago

  • Variables can be used within variables
  • New mangling alghoritm
  • Selectors can start only with alphanumeric characters
  • Autoprefixer by default in bundler
  • Variables can be different for each screen
  • Dropped profiler and its support in Nuxt packages

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.1.3...v0.2.1

packages - v0.1.3

Published by Machy8 about 2 years ago

Keyframes feature added

packages - v0.1.2

Published by Machy8 over 2 years ago

packages - v0.1.1

Published by Machy8 over 2 years ago

packages - v0.1.0

Published by Machy8 over 2 years ago

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.0.16...v0.1.0

packages - v0.0.16

Published by Machy8 over 2 years ago

packages - v0.0.15

Published by Machy8 over 2 years ago

Fixed bug in the compilation result: unwanted comonents list reset

Full Changelog: https://github.com/stylify/packages/compare/v0.0.14...v0.0.15

packages - v0.0.14

Published by Machy8 over 2 years ago

What's Changed

Features and tunning

  • Nuxt, Nuxt Module, Bundler and Unplugin have defineConfig method
  • Unplugin has export for each plugin like. Instead of unplugin.rollupPlugin the rollupPlugin can be imported
  • Content options can now contain brackets. The syntax is changes to @stylify-<option><content>/@stylify-<option>
  • Content option for components can now have syntax as javascript object instead of the json syntax

Full Changelog: https://github.com/stylify/packages/compare/v0.0.13...v0.0.14

packages - v0.0.13

Published by Machy8 over 2 years ago

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.0.12...v0.0.13

packages - v0.0.12

Published by Machy8 over 2 years ago

packages - v0.0.11

Published by Machy8 over 2 years ago

packages - v0.0.10

Published by Machy8 almost 3 years ago

What's Changed

  • Ignored elements are now internal and matched only without attributes. Only stylify-ignore and stylify-runtime-ignore is matched by default

Full Changelog: https://github.com/stylify/packages/compare/v0.0.9...v0.0.10

packages - v0.0.9

Published by Machy8 almost 3 years ago

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.0.8...v0.0.9

packages - v0.0.8

Published by Machy8 almost 3 years ago

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.0.7...v0.0.8

packages - v0.0.7

Published by Machy8 almost 3 years ago

packages - v0.0.6

Published by Machy8 almost 3 years ago

packages - v0.0.5

Published by Machy8 almost 3 years ago

What's Changed

  • Multiple components inside key by @JirakLu in https://github.com/stylify/packages/pull/68
  • Fixed multiple bundler runs when watching files
  • Fixed versions in generated files
  • Fixed missing esm for in distributed files
  • Fixed typos
  • Better logs in bundler
  • Fixed bundler config reload
  • Bundles can be configured directly when creating a new Bundler instance

Full Changelog: https://github.com/stylify/packages/compare/v0.0.4...v0.0.5

packages - v0.0.4

Published by Machy8 almost 3 years ago

What's Changed

Full Changelog: https://github.com/stylify/packages/compare/v0.0.3...v0.0.4

packages - v0.0.3

Published by Machy8 almost 3 years ago

Stylify

  • replaceVariablesByCssVariables: Css variables can be used instead of fixed variables: color:$blue => .color\:\$blue { color: var(--blue) }.
  • Better error when variable is missing
  • root is used instead of html as a target element for CSS variables
  • Undefined window is now fixed in runtime

Bundler

  • Non unix paths are now normalized
  • Information about created variables file is logged now
  • Infinite loop in watch mode is fixed
  • Bundle specific configuration is allowed by adding compilerConfig to bundle config.

Nuxt module

  • Fixed: Profiler info is not dumped in production

Other

  • Fixed watch mode in profiler build
  • Removed unnecessary files from tarballs
packages - v0.0.2

Published by Machy8 almost 3 years ago

Initial release 🎉

Package Rankings
Top 5.62% on Npmjs.org
Badges
Extracted from project README
bundler-status stylify-status