This package is abandoned and no longer maintained. No replacement package was suggested.

Replaces some of the most corky elements of Elgg UI

Installs: 196

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 5

Forks: 11

Open Issues: 13

Language:CSS

Type:elgg-plugin

2.1.0 2018-10-29 18:56 UTC

This package is auto-updated.

Last update: 2021-11-05 00:03:06 UTC


README

Elgg 2.3

Features

  • Strips core CSS and rewrites everything from scratch using Bulma.io
  • Reimagines layouts, item views and navigation

Notes

Note that this plugin/theme will likely have incompatibilities with other third party plugins. The intention here is not to ensure broad compatibility, rather to demonstrate best practices for reducing boilerplate and implementing scalable/extendable themes.

Screenshots

Walled Garden Files Blog Groups Admin

Development

To start development, download the sources and run

npm install

To build the needed css files, run

grunt build

Releases are done using grunt and can only be used when having push access to official repository.

To create a new release, run

grunt release:<version>
e.g. grunt release:1.3.2

Please adhere to the SemVer standard when choosing version numbers.