Skip to content

Commit

Permalink
Merge pull request #243 from shgysk8zer0/bug/bootstrap-path
Browse files Browse the repository at this point in the history
Fix path to Bootstrap palette
  • Loading branch information
shgysk8zer0 committed Jul 27, 2023
2 parents 17f8e34 + e65a712 commit 6d6e661
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [v2.5.3] - 2023-07-26

### Fixed
- Fix location of Bootstrap palette

## [v2.5.2] - 2023-07-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/core-css",
"version": "2.5.2",
"version": "2.5.3",
"description": "A collection of stylesheets that enable quick and easy styling with customization",
"private": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrap/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("../light-dark.css");
@import url("../palette/bootstrap.css");
@import url("../../palette/bootstrap.css");
@import url("./light.css");
@import url("./dark.css");

0 comments on commit 6d6e661

Please sign in to comment.