holiday.css
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "holiday.css", | ||
"version": "0.7.0", | ||
"description": "A classless CSS theme", | ||
"main": "dist/holiday.css", | ||
"style": "dist/holiday.css", | ||
"scripts": { | ||
"test": "stylelint src/**/*.css && prettier --check .", | ||
"build": "cat node_modules/modern-normalize/modern-normalize.css src/css/*.css src/css/themes/bulma.css > dist/holiday.css", | ||
"preversion": "npm run build && git add dist/", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"css-theme", | ||
"css-framework", | ||
"framework", | ||
"classless", | ||
"classless-theme", | ||
"class-free" | ||
], | ||
"files": [ | ||
"dist/holiday.css" | ||
], | ||
"author": "Evgeny Orekhov", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@twinscom/stylelint-config": "^3.0.1", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.2.7", | ||
"modern-normalize": "^0.6.0", | ||
"prettier": "^2.0.5", | ||
"stylelint": "^13.5.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"pre-push": "npm test" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{js,css,json,yml,yaml,md,html}": "prettier --write", | ||
"*.css": "stylelint --fix" | ||
"name": "holiday.css", | ||
"version": "0.7.1", | ||
"description": "A classless CSS theme", | ||
"main": "dist/holiday.css", | ||
"style": "dist/holiday.css", | ||
"scripts": { | ||
"start": "eleventy --serve", | ||
"test": "stylelint src/**/*.css && prettier --check .", | ||
"build": "cat node_modules/modern-normalize/modern-normalize.css src/css/*.css src/css/themes/bulma.css > dist/holiday.css", | ||
"build:site": "eleventy --pathprefix='/holiday.css/'", | ||
"update-version-in-files": "cross-env-shell 'replace-in-files --regex=holiday\\.css@\\d+\\.\\d+\\.\\d+ --replacement=holiday.css@$npm_package_version README.md site/**'", | ||
"preversion": "npm run build && npm run update-version-in-files && git add dist/ site/ README.md", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"css-theme", | ||
"css-framework", | ||
"framework", | ||
"classless", | ||
"classless-theme", | ||
"class-free" | ||
], | ||
"files": [ | ||
"dist/holiday.css" | ||
], | ||
"author": "Evgeny Orekhov", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@11ty/eleventy": "^0.11.0", | ||
"@twinscom/stylelint-config": "^4.0.0", | ||
"cross-env": "^7.0.2", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.2.9", | ||
"modern-normalize": "^0.6.0", | ||
"prettier": "^2.0.5", | ||
"replace-in-files-cli": "^0.3.1", | ||
"stylelint": "^13.6.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"pre-push": "npm test" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{js,css,json,yml,yaml,md,html}": "prettier --write", | ||
"*.css": "stylelint --fix" | ||
} | ||
} |
# holiday.css :tada: | ||
A minimalist classless CSS theme. Built on top of [modern-normalize](https://github.com/sindresorhus/modern-normalize). | ||
A minimalist classless CSS theme. Built on top of | ||
[modern-normalize](https://github.com/sindresorhus/modern-normalize). | ||
@@ -16,9 +17,10 @@ [![npm version](https://img.shields.io/npm/v/holiday.css.svg?style=flat-square)](https://www.npmjs.com/package/holiday.css) | ||
See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs [holiday.css](https://jsfiddle.net/5egfxtLc/1/). | ||
See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs | ||
[holiday.css](https://jsfiddle.net/5egfxtLc/1/). | ||
## Features | ||
- Makes your page fit even the smallest screens | ||
- Adds styles to your buttons, inputs, tables, and other elements | ||
- Highlights invalid fields in your forms | ||
- Makes your page fit even the smallest screens | ||
- Adds styles to your buttons, inputs, tables, and other elements | ||
- Highlights invalid fields in your forms | ||
@@ -28,3 +30,3 @@ ## Quick Start | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.7.0" /> | ||
``` | ||
@@ -40,6 +42,6 @@ | ||
- https://mblode.github.io/marx/ | ||
- https://www.cssbed.com/ | ||
- https://bulma.io/ | ||
- https://www.shoelace.style/ | ||
- https://mblode.github.io/marx/ | ||
- https://www.cssbed.com/ | ||
- https://bulma.io/ | ||
- https://www.shoelace.style/ | ||
@@ -46,0 +48,0 @@ ## [Changelog](https://github.com/EvgenyOrekhov/holiday.css/releases) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
847
50
23254
9