🚀 DAY 4 OF LAUNCH WEEK: Introducing GitHub Actions Scanning Support.Learn more →
Socket
Book a DemoInstallSign in
Socket

enonic-admin-artifacts

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-admin-artifacts

Core rules and definitions for styles of enonic applications

latest
Source
npmnpm
Version
2.4.0
Version published
Maintainers
2
Created
Source

enonic-admin-artifacts

Core rules and definitions for styles of Enonic applications.

Install

npm install --save-dev enonic-admin-artifacts

Usage

Import the package from your .less file:

  • webpack (using css-loader):
@import '~enonic-admin-artifacts';
@import '../node_modules/enonic-admin-artifacts/index';

Since less compiler can't manage links to node_modules, relative path to index file is needed.

Main common variables

Among colors and mixins, enonic-admin-artifacts package defines an important property @_COMMON_PREFIX in prefix.less to set unique class names for some common classes from:

.@{_COMMON_PREFIX}button {}; // => .xp-admin-common-button {}

Keywords

enonic

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts