Skip to content

Commit

Permalink
feat: refactor color tokens to use tier 3 tokens #198
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Oct 1, 2024
1 parent 5311cff commit 4553652
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/auro-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
// ---------------------------------------------------------------------

import { LitElement, html } from "lit";
import styleCss from "./style-base-css.js";

import styleCss from "./style-menu-css.js";
import colorCss from "./color-menu-css.js";
import tokensCss from "./tokens-css.js";

import './auro-menuoption.js';
import "mark.js/dist/mark.es6.min.js";

Expand Down
3 changes: 3 additions & 0 deletions src/auro-menuoption.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
import { LitElement } from "lit";
import { html } from 'lit/static-html.js';
import styleCss from "./style-menuoption-css.js";
import colorCss from "./color-menuoption-css.js";
import tokensCss from "./tokens-css.js";


import { AuroDependencyVersioning } from '@aurodesignsystem/auro-library/scripts/runtime/dependencyTagVersioning.mjs';
import { AuroIcon } from '@aurodesignsystem/auro-icon/src/auro-icon.js';
Expand Down

0 comments on commit 4553652

Please sign in to comment.