Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

holiday.css

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

holiday.css - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

package.json
{
"name": "holiday.css",
"version": "0.7.3",
"version": "0.7.4",
"description": "A classless CSS theme",

@@ -5,0 +5,0 @@ "main": "dist/holiday.css",

# holiday.css :tada:
A minimalist classless CSS theme. Built on top of
[modern-normalize](https://github.com/sindresorhus/modern-normalize).
[![npm version](https://img.shields.io/npm/v/holiday.css.svg?style=flat-square)](https://www.npmjs.com/package/holiday.css)
[![Travis CI build status](https://img.shields.io/travis/com/EvgenyOrekhov/holiday.css/master.svg?style=flat-square)](https://travis-ci.com/EvgenyOrekhov/holiday.css)
[![CI](https://github.com/EvgenyOrekhov/holiday.css/workflows/CI/badge.svg?event=push)](https://github.com/EvgenyOrekhov/holiday.css/actions?query=workflow%3ACI+event%3Apush)
> No classes today! Because it's **holiday**!
A minimalist classless CSS theme.
## [Demo](https://evgenyorekhov.github.io/holiday.css/)

@@ -15,3 +14,3 @@

Got tired of complex markup and tons of classes on every element.
I got tired of complex markup and tons of classes on every element.

@@ -23,5 +22,13 @@ See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs

- 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, no more broken `<body>` width
due to wide tables
- supports all
[`<input>` types](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#%3Cinput%3E_types)
- highlights invalid fields in your forms (that's right, no JS needed for that!)
- makes your `<nav>` look nice, turns your nested `<ul>` lists into **accessible
dropdowns** (making <kbd>Tab</kbd> work with dropdowns in plain CSS was really
tricky!)
- uses **dark mode** for those who prefer it
- built with **pure CSS**
- only **~3.5 KB** (minified and gzipped)

@@ -31,8 +38,8 @@ ## Quick Start

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.7.3" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.7.4" />
```
## Compatibility
## Browser compatibility
Tested only with the latest version of Chrome.
Tested on latest Chrome and Firefox.

@@ -43,6 +50,6 @@ ## Acknowledgements

- https://mblode.github.io/marx/
- https://www.cssbed.com/
- https://bulma.io/
- https://www.shoelace.style/
- [Shoelace.css](https://www.shoelace.style/)
- [Marx](https://mblode.github.io/marx/)
- [Bulma](https://bulma.io/)
- [CSS Bed](https://www.cssbed.com/)

@@ -49,0 +56,0 @@ ## [Changelog](https://github.com/EvgenyOrekhov/holiday.css/releases)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc