New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codecademy/gamut-styles

Package Overview
Dependencies
Maintainers
1
Versions
2281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codecademy/gamut-styles

Styleguide & Component library for codecademy.com

16.0.1-alpha.e81850.0
alpha.e81850
Source
npm
Version published
Weekly downloads
3K
-36.17%
Maintainers
1
Weekly downloads
 
Created
Source

Gamut Styles

Base SCSS for Codecademy

Variables/

This folder houses all shared SCSS style variables. It also contains a JavaScript file with color variables.

Core/

This folder contains a base stylesheet for the app. This should be imported once in your application.

Utils/

This folder contains Sass functions (pure utilities with no stylesheet output values) and mixins (outputs CSS) to be used as needed both in Gamut and across the Codecademy app.

The utils.scss and core.scss just import the index files from their respective folders, to make the syntax to import them from elsewhere easier, e.g.:

@import "~@codecademy/gamut-styles/utils"; @import "~@codecademy/gamut-styles/core";

FAQs

Package last updated on 30 Mar 2023

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