Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 1946123

Browse files
committed
Add credit to original author and disclaimer
1 parent bb9034f commit 1946123

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# PostCSS CSS Variables
1+
# PostCSS CSS Variables extract
2+
3+
IMPORTANT NOTE: This is a fork from https://github.com/MadLittleMods/postcss-css-variables, so virtually all credit goes to the author.
4+
I only added a way to extract any `var()` usages, as I couldn't find another plugin that did this and this one came closest.
5+
So the rest of this README is just from the original repository. I don't recommend using this package in production yet,
6+
it's likely to change in a breaking way, or might get abandoned for another solution.
27

38
[![npm version](https://badge.fury.io/js/postcss-css-variables.svg)](http://badge.fury.io/js/postcss-css-variables) [![Build Status](https://travis-ci.org/MadLittleMods/postcss-css-variables.svg)](https://travis-ci.org/MadLittleMods/postcss-css-variables) [![Gitter](https://badges.gitter.im/MadLittleMods/postcss-css-variables.svg)](https://gitter.im/MadLittleMods/postcss-css-variables?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
49

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-css-variables-extract",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation, with some added scripts to extract locations in scss files.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)