Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGriffiths authored Jul 4, 2020
1 parent 449cf98 commit 8479366
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Overview

PHP Remove Unused CSS is a tool to remove unused CSS from your website using PHP. Developed by Momentum 81 - https://momentum81.com.

```diff
Expand All @@ -8,6 +10,14 @@ The main idea is to first compile your CSS into as few files as possible, then y

Often this is done with JS however that can raise issues if you want to work this into a pure PHP development flow.

## Installation

Installation via composer:

```
composer require momentum81/php-remove-unused-css
```

## Example

``` php
Expand Down

0 comments on commit 8479366

Please sign in to comment.