Revert "update postcss config for glightbox"

This reverts commit d8e4536bab.
This commit is contained in:
somrat sorkar 2023-07-24 11:04:33 +06:00
parent d8e4536bab
commit 92df3b2262
92 changed files with 6 additions and 8 deletions

3
assets/scss/custom.scss Executable file → Normal file
View File

@ -1 +1,2 @@
// Add your own custom styles here // DO NOT WRITE ANY STYLE IN THIS FILE
// If you want to add your own styles, please write it in the `./assets/scss/custom.scss` file.

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 697 KiB

After

Width:  |  Height:  |  Size: 697 KiB

View File

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1 @@
// Add your own custom styles here

View File

@ -2,8 +2,8 @@
extended = true extended = true
min = "0.115.2" min = "0.115.2"
# [[imports]] [[imports]]
# path = "github.com/zeon-studio/hugoplate" path = "github.com/zeon-studio/hugoplate"
[[imports]] [[imports]]
path = "github.com/gethugothemes/hugo-modules/search" path = "github.com/gethugothemes/hugo-modules/search"

View File

@ -4,7 +4,7 @@ baseURL = "/"
# Title of your website (required). # Title of your website (required).
title = "Hugoplate" title = "Hugoplate"
# Your theme name # Your theme name
theme = "hugoplate" # theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York" timeZone = "America/New_York"
# post pagination # post pagination

View File

@ -17,8 +17,6 @@ const purgecss = {
/^gs/, /^gs/,
/^gi/, /^gi/,
/^gz/, /^gz/,
/^gp/,
/^gn/,
/^desc/, /^desc/,
/^zoom/, /^zoom/,
/^search/, /^search/,

View File

@ -1,2 +0,0 @@
// DO NOT WRITE ANY STYLE IN THIS FILE
// If you want to add your own styles, please write it in the `./assets/scss/custom.scss` file.