Download
Download the latest version here — awsm.css.
Minified — awsm.min.css (≈3 Kb after gzip).
You also can download tarball of the project.
unpkg
Also you can use unpkg for link latest or exact version of library:
<link rel="stylesheet" href="https://unpkg.com/awsm.css/dist/awsm.min.css">
Get more information about the unpkg CDN on unpkg.com.
PostCSS API
If you install npm package, you can use library as PostCSS plugin:
const postcss = require('postcss');
const awsm = require('awsm.css');
postcss([awsm()]).process('a {color: red}').then(result => {
console.log(result.css); // awsm.css prepends your CSS
});
License
awsm.css licensed under the MIT.
The MIT License places almost no restrictions on what you can do with this lib. You are free to use it in commercial projects as long as the copyright is left intact.
Credits
Thanks to Anastasia Medvedeva for photo & video used in examples.