Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@cagov/ds-combined-css

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cagov/ds-combined-css

This package generates theme specific css from all the design system components' scss files. Combined css can be used in a cagov WordPress theme or in any other CMS. This file potentially can make CMS editor's experience better since it will bring over al

npmnpm
Version
1.0.0
Version published
Maintainers
7
Created
Source

Compiled CSS

This package generates theme specific css from all the design system components' scss files. Combined css can be used in a cagov WordPress theme or in any other CMS. This file potentially can make CMS editor's experience better since it will bring over all the nessesary styles into the CMS editor's view.

Theming

Theme specific stylesheets are generated by the build command.

A combined css is composed of:

@import "../../base-css/src/themes/_cagov.scss";
@import "../../accordion/src/index.scss";
@import "../../agency-footer/src/index.scss";
@import "../../back-to-top/src/index.scss";
@import "../../branding/src/index.scss";
@import "../../card-grid/src/index.scss";
@import "../../content-navigation/src/index.scss";
@import "../../external-link-icon/src/index.scss";
@import "../../feature-card/src/index.scss";
@import "../../feature-card/src/index.scss";
@import "../../feedback/src/css/index.scss";
@import "../../menu/src/index.scss";
@import "../../menu/src/index.scss";
@import "../../pagination/src/css/index.scss";
@import "../../pdf-icon/src/index.scss";
@import "../../regulatory-outline/src/index.scss";
@import "../../skip-to-content/src/index.scss";
@import "../../statewide-footer/src/index.scss";
@import "../../statewide-header/src/index.scss";
@import "../../step-list/src/index.scss";
@import "../../table/src/index.scss";
@import "../../table/src/index.wordpress.scss";

  • A themed file defining specific values for standard colors
  • The core file which includes all sass files in all design system components

FAQs

Package last updated on 28 Oct 2021

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