Skip to content

Commit 416289a

Browse files
committed
Remove color-specific CSS variables
1 parent a996ae8 commit 416289a

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel
66

77
## [Unreleased](https://github.com/nai888/css-loading-spinners/compare/v0.1.1...HEAD)
88

9-
### Added 0.1.2
9+
### Added 0.2.0
1010

1111
- Add links for badges on README.
1212
- Add info to a header at the top of the CSS file.
1313
- Add a CSS variable for the secondary (gray) color.
14+
- Add usage and customization instructions to README.
1415

15-
### Changed 0.1.2
16+
### Changed 0.2.0
1617

1718
- Change `--spinner-*` variables to `--cls-*` variables.
1819

20+
### Removed 0.2.0
21+
22+
- Remove color-specific CSS variables.
23+
1924
## [v0.1.1](https://github.com/nai888/css-loading-spinners/compare/536da3a92b347a57f031c9dd7cae513d91b1f201...v0.1.1) - 2019-02-04
2025

2126
### Added 0.1.1

css-loading-spinners.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55
*/
66

77
:root {
8-
--red: #984447;
9-
--green: #558B6E;
10-
--blue: #476C9B;
11-
--teal: #468C98;
12-
--yellow: #B8C480;
13-
--gray: #EEEEEE;
14-
--cls-color: var(--green);
15-
--cls-sec-color: var(--gray);
8+
--cls-color: #558B6E;
9+
--cls-sec-color: #EEEEEE;
1610
--cls-size: 5rem;
1711
--cls-margin: 1rem;
1812
--cls-speed: 2s;

0 commit comments

Comments
 (0)