Compare commits
No commits in common. "master" and "v0.1.4" have entirely different histories.
|
@ -3,7 +3,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
# NPM Registry & GitHub Release
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
<h1 align="center">x-markdown-css</h1>
|
||||
|
||||
> [!IMPORTANT]
|
||||
> I am working on a new CSS styling library, so `x-markdown-css` is deprecated.
|
||||
> PS. Sass dev team supports Palestine Hamas. **I am dropping it.**
|
||||
|
||||
<center>
|
||||
|
||||
[![NPM Version](https://img.shields.io/npm/v/x-markdown-css)](https://www.npmjs.com/package/x-markdown-css)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.4",
|
||||
"description": "A simple and customizable markdown CSS stylesheet for everyone.",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
@ -47,11 +47,11 @@
|
|||
"sass": "^1.58.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kuohuanhuan/stylelint-config": "^0.0.5",
|
||||
"@kuohuanhuan/stylelint-config": "^0.0.4",
|
||||
"@lodder/grunt-postcss": "^3.1.1",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"bumpp": "^9.0.0",
|
||||
"cssnano": "^6.0.0",
|
||||
"cssnano": "^5.1.15",
|
||||
"grunt": "^1.6.1",
|
||||
"grunt-sass": "^3.1.0",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
|
|
Loading…
Reference in New Issue