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

canonical.css

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canonical.css - npm Package Compare versions

Comparing version 1.1.1 to 2.0.1

.versions

8

bower.json
{
"name": "canonical.css",
"version": "1.1.1",
"version": "2.0.1",
"homepage": "https://github.com/marxo/canonical.css",
"authors": [
"Марко Кажић <marko_kazic@live.com>"
"Марко Кажић <marko.kazic@zamphyr.com>"
],
"description": "Lightweight reset for modern browsers",
"main": "canonical.min.css",
"main": "canonical.css",
"keywords": [

@@ -25,2 +25,2 @@ "reset",

]
}
}
Package.describe({
summary: "Lightweight CSS normalization for modern browsers.",
version: "1.1.1",
name: "marxo:canonical.css",
git: "https://github.com/marxo/canonical.css.git",
summary: "Lightweight CSS normalization for modern browsers.",
version: "2.0.1",
name: "marxo:canonical.css",
git: "https://github.com/marxo/canonical.css.git",
});
Package.onUse(function (api) {
api.versionsFrom('0.9.0');
api.addFiles('canonical.min.css', 'client');
});
Package.onUse(function(api) {
api.versionsFrom('0.9.0');
api.addFiles('canonical.css', 'client');
});
{
"name": "canonical.css",
"version": "1.1.1",
"description": "Lightweight normalization for modern-day HTML5 browsers.",
"main": "canonical.min.css",
"repository": {
"type": "git",
"url": "https://github.com/marxo/Canonical.css.git"
},
"keywords": [
"css",
"normalize",
"canonical",
"reset",
"html",
"html5",
"css3",
"browser"
],
"author": "Marko Kazhich <marko.kazic@zamphyr.com> (http://marxo.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/marxo/Canonical.css/issues"
},
"homepage": "https://github.com/marxo/Canonical.css"
}
"name": "canonical.css",
"version": "2.0.1",
"description": "Lightweight normalization for modern-day HTML5 browsers.",
"main": "canonical.min.css",
"repository": {
"type": "git",
"url": "https://github.com/marxo/Canonical.css.git"
},
"keywords": [
"css",
"normalize",
"canonical",
"reset",
"html",
"html5",
"css3",
"browser"
],
"author": "Marko Kazhich <marko.kazic@zamphyr.com>",
"license": "CC0",
"bugs": {
"url": "https://github.com/marxo/Canonical.css/issues"
},
"homepage": "https://github.com/marxo/Canonical.css"
}
# Canonical.css
Canonical.css is a tailored and pragmatic reset for modern web projects, with support for modern browsers & commonly used elements. I'm a *every byte matters kind of a guy* so this reset, even though it grew out of Normalize.css
Canonical.css is a tailored and pragmatic reset for modern web projects, with support for modern browsers & commonly used elements. I'm a *every byte matters kind of a guy* so this reset, even though it grew out of Normalize.css, removes compatiblity for legacy browsers, and infrequently used elements.
Read story about Canonical.css: http://marxo.me/about-canonical-css/
## Usage

@@ -13,2 +11,25 @@ NPM `npm install canonical.css`

or simply download the [latest master](https://github.com/marxo/Canonical.css/archive/master.zip) and use the `canonical.min.css` or `canonical.less`
or simply download the [latest master](https://github.com/marxo/Canonical.css/archive/master.zip) and use the `canonical.css`
## Contributing
- PRs welcome
## License
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
</a>
<br />
To the extent possible under law,
<span resource="[_:publisher]" rel="dct:publisher">
<span property="dct:title">Marko Kažić</span></span>
has waived all copyright and related or neighboring rights to
<span property="dct:title">Canonical.css</span>.
This work is published from:
<span property="vcard:Country" datatype="dct:ISO3166"
content="RS" about="[_:publisher]">
Serbia</span>.
</p>
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
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