Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 940 Bytes

STYLE_GUIDELINES.md

File metadata and controls

19 lines (13 loc) · 940 Bytes

Style Guidelines for @keyvaluesystems/react-scatter-graph

Introduction

As an open-source project, @keyvaluesystems/react-scatter-graph strives to maintain a consistent and well-structured codebase. These CSS style guidelines serve as a reference for contributors, ensuring that their CSS code adheres to established conventions and best practices.

Coding Conventions

  • Organize CSS files into a logical structure.
  • Use meaningful and descriptive names for classes.
  • Include comments to explain non-obvious logic and complex styles.
  • Should support devices with all resolutions
  • Follow CamelCase conventions for class names that concisely convey their purpose, enhancing code organization and readability
  • Adhere to the practice of reusing style classes to improve code organization and maintainability.

Documentation Practices

  • Provide clear documentation.
  • Include a README file related to styles if necessary.