Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddbird/accoutrement-init
browser normalization and baseline defaults
https://github.com/oddbird/accoutrement-init
Last synced: 8 days ago
JSON representation
browser normalization and baseline defaults
- Host: GitHub
- URL: https://github.com/oddbird/accoutrement-init
- Owner: oddbird
- License: mit
- Created: 2015-12-01T22:05:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T10:09:50.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:48:43.387Z (16 days ago)
- Language: CSS
- Size: 818 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
accoutrement-init
=================Light-weight browser normalization
by [OddBird][oddbird].
Loosely based on
[Sanitize][sanitize] and [Normalize][normalize].[oddbird]: http://oddbird.net/
[sanitize]: github.com/10up/sanitize.css
[normalize]: https://github.com/necolas/normalize.cssMore Accoutrement Tools
------------------------ [Color](http://oddbird.net/accoutrement-color/)
provides color-palette management and contrast-ratio utilities.
- [Scale](http://oddbird.net/accoutrement-scale/)
helps manage scale patterns like font-sizes, margins, and gutters.
- [Type](http://oddbird.net/accoutrement-type/)
provides webfont management tools,
and other typography helpers.
- [Layout](http://oddbird.net/accoutrement-layout/)
provides layout utilities such as
box-sizing, intrinsic ratios, z-index management,
named media-queries, and a clearfix.Quick Start
-----------Install the package with npm or yarn:
```bash
npm install accoutrement-init
yarn add accoutrement-init
```Import the library:
```scss
@import '/accoutrement-init/sass/init';
```**WARNING** This library writes CSS directly to your stylesheets.
There is no configuration, no mixins, no variables, and no functions.