Skip to content

Commit

Permalink
Clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 14, 2021
1 parent 7db7683 commit 2e7b9f5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
@@ -1,4 +1,4 @@
# PostCSS SCSS Syntax [![Build Status][ci-img]][ci]
# PostCSS SCSS Syntax

<img align="right" width="95" height="95"
title="Philosopher’s stone, logo of PostCSS"
Expand All @@ -11,25 +11,18 @@ at-rules & variables as properties, so that PostCSS plugins can then transform
SCSS source code alongside CSS.

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://img.shields.io/travis/postcss/postcss-scss.svg
[SCSS]: http://sass-lang.com/
[ci]: https://travis-ci.org/postcss/postcss-scss

<a href="https://evilmartians.com/?utm_source=postcss">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
alt="Sponsored by Evil Martians" width="236" height="54">
</a>


## Install

```sh
npm --save install postcss-scss
```

or (if you use [Yarn](https://yarnpkg.com/))

```sh
yarn add --dev postcss-scss
npm --save install postcss postcss-scss
```


Expand Down

0 comments on commit 2e7b9f5

Please sign in to comment.