Skip to content

Commit

Permalink
Fix duplicate import of base theme stylesheet
Browse files Browse the repository at this point in the history
Resolves #84
  • Loading branch information
shgysk8zer0 committed Jul 20, 2020
1 parent b552077 commit 111719d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<!-- markdownlint-disable -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<!-- markdownlint-disable -->

### Fixed
- Duplicate `@import` of base theme stylesheet [#84](https://github.com/shgysk8zer0/core-css/issues/84)

## [v2.2.2] - 2020-07-09

### Fixed
Expand Down
1 change: 0 additions & 1 deletion theme/default/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import url("../base.css");
@import url("./light.css");
@import url("./dark.css");
@import url("../base.css");

:root, [data-theme="light"] {
--default-color: var(--default-color-light);
Expand Down

0 comments on commit 111719d

Please sign in to comment.