Socket
Book a DemoInstallSign in
Socket

@educationadvanced/eai-styles

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@educationadvanced/eai-styles

Stylesheets used throughout Education Advance’s applications and digital environments

latest
Source
npmnpm
Version
1.64.0
Version published
Maintainers
1
Created
Source

Education Advanced Logo

Education Advanced Shared Stylesheets

Stylesheets used throughout Education Advance’s applications and digital environments.

Compiling

In order to compile SCSS files into minified-CSS files, run the following command:

npm run build 

Endpoints

This package provides a variety of public endpoints for accessing different stylesheets. This works really well for quick demos in Codepen.

All

  • CSS: https://unpkg.com/@educationadvanced/eai-styles
  • SCSS: https://unpkg.com/@educationadvanced/eai-styles/scss

Submodules

  • Components
    • CSS: https://unpkg.com/@educationadvanced/eai-styles/css/components
    • SCSS: https://unpkg.com/@educationadvanced/eai-styles/scss/components
  • Core
    • CSS: https://unpkg.com/@educationadvanced/eai-styles/css/core
    • SCSS: https://unpkg.com/@educationadvanced/eai-styles/scss/core
  • Patterns
    • CSS: https://unpkg.com/@educationadvanced/eai-styles/css/patterns
    • SCSS: https://unpkg.com/@educationadvanced/eai-styles/scss/patterns
  • Root
    • CSS: https://unpkg.com/@educationadvanced/eai-styles/css/root
    • SCSS: https://unpkg.com/@educationadvanced/eai-styles/scss/root
  • Variables (SCSS only) https://unpkg.com/@educationadvanced/eai-styles/variables

Tokens

In addition to being able to access all manner of CSS files, you can also dynamically import design tokens for iterating through a list of colors for example. The same tokens are how we composite many of our CSS utility classes.

import { colors, spacing, typography } from "https://unpkg.com/@educationadvanced/eai-styles/tokens";

Documentation

To learn more about our style and brand guidelines, visit:

  • v.1 https://styles.educationadvanced.com
  • v.2 https://components.educationadvanced.com

FAQs

Package last updated on 08 Dec 2022

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