Skip to content

Commit

Permalink
fix(stylelint): add readme to mozaic-ds/stylelint-plugin-mozaic
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedMok committed Dec 20, 2023
1 parent c4818ab commit 103a437
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/stylelint-plugin-mozaic/README
@@ -0,0 +1,21 @@
<h1 align="center">
@mozaic-ds/stylelint-plugin-mozaic
</h1>
==================================

Overview
--------

`@mozaic-ds/stylelint-plugin-mozaic` is a Stylelint plugin designed to enforce Mozaic's class naming conventions. This plugin ensures that your CSS aligns with the established standards of Mozaic, helping maintain consistency and readability across your project.

Installation
------------

To install the plugin, run the following command in your project directory:

`npm install @mozaic-ds/stylelint-plugin-mozaic --save-dev`

or

`yarn add @mozaic-ds/stylelint-plugin-mozaic --dev`

0 comments on commit 103a437

Please sign in to comment.