Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit e1f5695

Browse files
committed
Add tests
1 parent 204f558 commit e1f5695

File tree

6 files changed

+9252
-24
lines changed

6 files changed

+9252
-24
lines changed

.release-it.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"src": {
3+
"tagName": "v%s"
4+
}
5+
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.2] - 2018-11-04
9+
10+
### Added
11+
- Added proper tests with Jest
12+
13+
## [1.0.1] - 2018-08-14
14+
15+
### Fixed
16+
- Fixed escaping in selectors generated by the plugin
17+
18+
## 1.0.0 - 2018-05-06
19+
20+
Initial release
21+
22+
[Unreleased]: https://github.com/benface/tailwindcss-typography/compare/v1.0.2...HEAD
23+
[1.0.2]: https://github.com/benface/tailwindcss-typography/compare/v1.0.1...v1.0.2
24+
[1.0.1]: https://github.com/benface/tailwindcss-typography/compare/v1.0.0...v1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install tailwindcss-typography
2020
},
2121
textShadows: {
2222
'default': '0 2px 5px rgba(0, 0, 0, 0.5)',
23-
'large': '0 2px 10px rgba(0, 0, 0, 0.5)',
23+
'lg': '0 2px 10px rgba(0, 0, 0, 0.5)',
2424
},
2525
}),
2626
],

0 commit comments

Comments
 (0)