Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 578 Bytes

Stylesheet

Translation status

The GTK Stylesheet for elementary OS

Installation

You'll need the following dependencies:

  • meson
  • sassc

Run meson to configure the build environment. To install, use ninja install.

meson build --prefix=/usr
cd build
ninja install

Run ninja clean before building the stylesheets a second time. Otherwise the already built stylesheets will not be overriden.

ninja clean
ninja install