Skip to content

Commit

Permalink
Merge pull request #37 from openedx/sarina/open-edx
Browse files Browse the repository at this point in the history
fix: Indicate this package is for the whole Open edX project
  • Loading branch information
sarina authored Oct 25, 2023
2 parents 4c9c7aa + 4221464 commit 25d29b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# edX Stylelint configs
# Open edX Stylelint configs
[![Build Status](https://github.com/openedx/stylelint-config-edx/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/openedx/stylelint-config-edx/actions?query=workflow%3A%22Node+CI%22)

# Purpose
Stylelint configs for edX Sass files.
Stylelint configs for Open edX Sass files.

## Table of Contents

- [edX Stylelint configs](#edx-stylelint-configs)
- [Open edX Stylelint configs](#open-edx-stylelint-configs)
- [Purpose](#purpose)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
Expand All @@ -16,9 +16,9 @@ Stylelint configs for edX Sass files.

## Overview

In order to standardize and enforce edX's Sass coding style across
multiple codebases, edX has adopted Stylelint. This package provides
the rules defined by the edX development community.
In order to standardize and enforce Open edX's Sass coding style across
multiple codebases, Open edX has adopted Stylelint. This package provides
the rules defined by the Open edX development community.

## License

Expand All @@ -28,7 +28,7 @@ file](https://github.com/openedx/stylelint-config-edx/blob/master/LICENSE) for d

## Usage

To begin using the edX Stylelint configs in a codebase, install this
To begin using the Open edX Stylelint configs in a codebase, install this
package from npm:

npm install --save-dev @edx/stylelint-config-edx
Expand All @@ -48,7 +48,7 @@ The simplest option is to add the following to a file

## Sass Style Guide

For the most part, edX follows the recommended SCSS rules defined
For the most part, Open edX follows the recommended SCSS rules defined
by the [stylelint-config-recommended-scss package](https://www.npmjs.com/package/stylelint-config-recommended-scss).

The only changes are that the following rules have been disabled:
Expand Down

0 comments on commit 25d29b1

Please sign in to comment.