Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Mar 13, 2019
1 parent b799919 commit 0ec8791
Show file tree
Hide file tree
Showing 87 changed files with 5,659 additions and 3,185 deletions.
2 changes: 1 addition & 1 deletion .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ linters:

NestingDepth:
enabled: true
max_depth: 6
max_depth: 7

PlaceholderInExtend:
enabled: true
Expand Down
8 changes: 7 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ module.exports = function (grunt) {
options: {
implementation: require('node-sass'),
sourceMap: false,
outputStyle: 'compressed'
outputStyle: 'compressed',
functions: {
'inline-svg': require('sass-inline-svg')('./svg', {
optimize: true,
encodingFormat: 'uri'
})
}
},

theme: {
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A free Redmine theme for modern browsers.

![Screenshot](https://github.com/mrliptontea/PurpleMine2/raw/master/screenshots/issues.png)

Compatible with Redmine 2.6+ and browsers: IE10+/Edge, latest Firefox and Google Chrome (others were not tested).
Compatible with Redmine 3.0+ and browsers: IE10+/Edge, latest Firefox and Google Chrome (others were not tested).

It's written in [SCSS]. It uses [normalize.css] and benefits from some parts of [Bootstrap][bootstrap-sass] like mixins, structure, and stuff.

Expand Down Expand Up @@ -56,6 +56,14 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe

## Changelog

v2.0 (2019-03-13):

* Refreshed, modernized look & feel
* Added priority icons
* Removed `$color-priorities` setting and styles
* Improved Redmine 4.0 compatibility
* Updated Font Awesome icons to 4.7.0

v1.10.0 (2019-03-12):

* Fixed #86: added support for redmine_hearts plugin
Expand Down
Binary file modified fonts/FontAwesome.otf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
Binary file not shown.
3,185 changes: 2,668 additions & 517 deletions fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file removed images/draft-pl.png
Binary file not shown.
Binary file removed images/draft.png
Binary file not shown.
Loading

0 comments on commit 0ec8791

Please sign in to comment.