mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(less): removed normalize
This commit is contained in:
@@ -4,7 +4,6 @@ module.exports = function(config) {
|
||||
return {
|
||||
cssDark: {
|
||||
src: [
|
||||
'<%= genDir %>/vendor/css/normalize.min.css',
|
||||
'<%= genDir %>/vendor/css/timepicker.css',
|
||||
'<%= genDir %>/vendor/css/spectrum.css',
|
||||
'<%= genDir %>/css/bootstrap.dark.min.css',
|
||||
@@ -16,7 +15,6 @@ module.exports = function(config) {
|
||||
|
||||
cssLight: {
|
||||
src: [
|
||||
'<%= genDir %>/vendor/css/normalize.min.css',
|
||||
'<%= genDir %>/vendor/css/timepicker.css',
|
||||
'<%= genDir %>/vendor/css/spectrum.css',
|
||||
'<%= genDir %>/css/bootstrap.light.min.css',
|
||||
|
||||
Reference in New Issue
Block a user