Skip to content

Commit 749940e

Browse files
update readme to reflect compatiblity with babel6 and babel7
1 parent 2094422 commit 749940e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# babel-plugin-css-modules-transform [Babel 6 only]
1+
# babel-plugin-css-modules-transform [![Circle CI](https://circleci.com/gh/michalkvasnicak/babel-plugin-css-modules-transform.svg?style=svg)](https://circleci.com/gh/michalkvasnicak/babel-plugin-css-modules-transform)
22

3-
[![Circle CI](https://circleci.com/gh/michalkvasnicak/babel-plugin-css-modules-transform.svg?style=svg)](https://circleci.com/gh/michalkvasnicak/babel-plugin-css-modules-transform)
3+
**🎉 Babel 6 and Babel 7 compatible**
4+
5+
**⚠️ Babel 7 compatibility added in 1.4.0**
46

57
This Babel plugin finds all `require`s for css module files and replace them with a hash where keys are class names and values are generated css class names.
68

0 commit comments

Comments
 (0)