Skip to content

v0.0.3

Compare
Choose a tag to compare
@Machy8 Machy8 released this 21 Dec 13:54
· 535 commits to master since this release

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