style.min.css
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "style.min.css", | ||
"description": "Super CSS minifier and support for SCSS, LESS, and Stylus", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist", | ||
"unpkg": "dist/browser.js", | ||
"types": "dist", | ||
@@ -15,4 +16,5 @@ "license": "Apache-2.0", | ||
"@types/node-sass": "latest", | ||
"@types/stylus": "latest" | ||
"@types/stylus": "latest", | ||
"esbuild": "^0.14.5" | ||
} | ||
} |
@@ -19,2 +19,13 @@ # style.min.css | ||
You can use `style.min.css` directly in browser. | ||
```html | ||
<script src="https://unpkg.com/style.min.css"></script> | ||
<!-- ⚠️ You cannot use "lang" option in browser. --> | ||
``` | ||
For format a css language on browser, you must preprocess it. | ||
--- | ||
You can also use Scss or Less : | ||
@@ -60,13 +71,36 @@ | ||
# Change Log | ||
## Table of compability | ||
## v0.0.3-min | ||
| Fonctionnalities | Browser | Node.js | | ||
|-|-|-| | ||
| Minify CSS | ✔️ | ✔️ | | ||
| Support of differents languages | ❌ | ✔️ | | ||
| Watch directory | ❌ | ✔️ | | ||
| Minify file | ❌ | ✔️ | | ||
| Minify files in directory | ❌ | ✔️ | | ||
| Minify a set of files | ❌ | ✔️ | | ||
| Minify a set of directories | ❌ | ✔️ | | ||
## Changelog | ||
### v0.0.5 | ||
- Add: Support for browsers | ||
### v0.0.4 | ||
- Add: directories() function | ||
- Add: files() function | ||
- Soon: Support for browsers | ||
- Fix: some bugs | ||
### v0.0.3-min | ||
*I forgot to build TypeScript files...* | ||
## v0.0.3 | ||
### v0.0.3 | ||
- Fix: calc() property | ||
## v0.0.2 | ||
### v0.0.2 | ||
@@ -73,0 +107,0 @@ - Fix: Broken zero unit (`50%` -> `50`) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27246
113
0
4
7
528