1.2.0 • Published 2 years ago

@copiedcode/design-system v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

CopiedCode LLC - Design System

A SCSS library encapsulating common styles and design paradigms.

Quick Start

  1. Install the design system into your project.
    • If using npm: npm i @copiedcode/design-system
    • If using yarn: yarn add @copiedcode/design-system
  2. Create a configuration file .ccdesignrc in your project.
  3. Run the script npx ccdesign to override SCSS defaults with your config.

Auto Documentation

This project is documented with the SassDoc tool - a documentation system to build pretty and powerful docs.

Usage

To generate documentation, run the script yarn document and open the index.html file generated under the docs directory.

Examples

Documentation comments are silent comments, written with three slashes (///) directly above the thing you’re documenting. SassDoc parses text in the comments as Markdown, and supports many useful annotations to describe it in detail.

TODO - include documentation snippets

Linting

Code formatting for this project is strictly enforced by the configuration defined for Stylelint.

Usage

To lint the project, run the script yarn lint followed by any desired options as flags. Any changes to linting rules can be made in the .stylelintrc file in the root directory.

Transpilation

TODO - document transpilation stage

1.2.0

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago