Fix auto-prefixer
This commit is contained in:
parent
2e1b01a609
commit
85971e6057
9 changed files with 9 additions and 11 deletions
7
.github/workflows/autoprefixer.yml
vendored
7
.github/workflows/autoprefixer.yml
vendored
|
@ -25,7 +25,10 @@ jobs:
|
|||
with:
|
||||
branch: autoprefixer
|
||||
branch-suffix: timestamp
|
||||
title: "[Autoprefixer] Add vendor specific CSS prefixes"
|
||||
body: This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer). <br> <br> >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
|
||||
title: "Add vendor specific CSS prefixes"
|
||||
body: |
|
||||
This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer).
|
||||
|
||||
>This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
|
||||
labels: enhancements
|
||||
reviewers: hossainemruz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ define "header" }}
|
||||
<link rel="stylesheet" href="/assets/css/list.css">
|
||||
<link rel="stylesheet" href="/assets/css/layouts/list.css">
|
||||
<link rel="stylesheet" href="/assets/css/navigators/sidebar.css">
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/atom-one-dark.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="/assets/css/single.css" />
|
||||
<link rel="stylesheet" href="/assets/css/layouts/single.css" />
|
||||
<link rel="stylesheet" href="/assets/css/navigators/sidebar.css">
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<!-- ============ import common css ========== -->
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<link rel="stylesheet" href="/assets/css/layouts/main.css" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
<link rel="stylesheet" href="/assets/css/navigators/navbar.css" />
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"autoprefixer": "postcss static/assets/css/**.css --use autoprefixer -r"
|
||||
"autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
5
static/assets/css/fontawesome.all.min.css
vendored
5
static/assets/css/fontawesome.all.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue