Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 458 Bytes

BUILDING.md

File metadata and controls

21 lines (12 loc) · 458 Bytes

Building

The automated VS Code Build tasks handle the following:

  • Compile source files to CSS using dart-sass (node-sass fails to compile the mixins used in this theme)

Dependencies

Compiling Pixelcord requires the following to be installed:

Dart SASS

Other implementations fail to compile the mixins used in this theme :D

CSSO

Run the following to install CSSO-CLI

npm install -g csso-cli