Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .nx/version-plans/version-plan-1778097455598.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
gamut-styles: major
gamut: major
---

removes deprecated scss mixins and variables
15 changes: 0 additions & 15 deletions packages/gamut-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,7 @@

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.:

`@use "~@codecademy/gamut-styles/utils";`
`@use "~@codecademy/gamut-styles/core";`
1 change: 0 additions & 1 deletion packages/gamut-styles/core.scss

This file was deleted.

131 changes: 0 additions & 131 deletions packages/gamut-styles/core/_fonts.scss

This file was deleted.

Loading
Loading