Skip to content

1.0.0-alpha.26

Compare
Choose a tag to compare
@ije ije released this 29 Apr 10:54
· 755 commits to main since this release

breaking change: renamed atomicCSS to unocss of server config, we are looking for supporting aleph.js server config in unocss official vscode extension: unocss/unocss#903

serve({
  config: {
    unocss: {
      presets: [ ... ],
    },
  }, 
});