Skip to content

Commit 0a540c8

Browse files
committed
Update README.md
1 parent 9ab74f2 commit 0a540c8

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Maple
22

3-
This is alpha version, yet.
3+
This project is alpha version, forever.
44

55
## Features
66

77
Require [PostCSS](https://github.com/postcss/postcss).
88

99
### Plugins
1010

11-
+
11+
+ [autoprefixer](https://github.com/postcss/autoprefixer)
12+
+ [postcss-calc](https://github.com/postcss/postcss-calc)
13+
+ [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties)
14+
+ [postcss-import](https://github.com/postcss/postcss-import)
1215
+ [cssnano](https://github.com/ben-eb/cssnano)
16+
+ [stylelint](http://stylelint.io/)
1317

1418
## Installation
1519

dest/css/maple.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/maple.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
@import "core/reset.css";
33
@import "core/base.css";
44
@import "core/utility";
5-
@import "ui/button.css";
6-
7-
8-
a {
9-
10-
content: '';
11-
color: red
12-
}
5+
@import "ui/button.css";

0 commit comments

Comments
 (0)