css-uncut

0.0.3 • Public • Published

CSS UNABRIDGED

What is this?

  1. An experiment
  2. The answer to a question I started to ask after noticing websites serve up 200kb - 1MB+ css files.
  3. A framework I can use to apply performance tests to extreme oocss concepts

The Question

"How big is the entire css language? Is it bigger or smaller than 500K?"

So, what is css unabridged? It is an attempt to put the entire css language in one file. For the most part it's a bunch of single purpose classes plus a few other utilities (like normalize.css) that I frequently use in web projects. The file is meant to be a representation of an extreme amount of css.

I develop this in conjunction with css uncut which pushes this concept even further by name spacing each base class to target 3 additional breakpoints.

Filesizes

  • unabridged.css 164.06 kB
  • unabridged.min.css 112.63 kB
  • unabridged.min.css 25.37 kB (gzipped)

References

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference

License

The MIT License (MIT)

Copyright (c) 2015 @mrmrs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i css-uncut

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mrmrs