Skip to content

Commit

Permalink
Update npm packages (#62)
Browse files Browse the repository at this point in the history
* cssnano v7.0.2 => 7.0.3
* pixrem => obsolete, removed (also from gruntfile.js)
  • Loading branch information
axunonb authored Jun 24, 2024
1 parent 400ab05 commit feda7e8
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 162 deletions.
1 change: 0 additions & 1 deletion Src/TournamentCalendar/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = function (grunt) {
},

processors: [
require('pixrem')(), // add fallbacks for rem units
require('autoprefixer')(), // add vendor prefixes
require('cssnano')() // minify the result
]
Expand Down
Loading

0 comments on commit feda7e8

Please sign in to comment.