This package has been deprecated

Author message:

Project is no longer maintained

normalize-css-801s

1.1.2 • Public • Published

normalize-css-801s

scss tuning version of normalize.css (https://github.com/necolas/normalize.css)

Install

Bower

bower install --save normalize-css-801s

NPM

npm install --save normalize-css-801s

About

Divided into groups of mixin

Having a set of mixins, you can choose the method for use of the individual or complete, sets the normalization of styles. Or, for example, to make two separate styles unit - for critical parts and external files.

For example

/* critical.scss */
 
// import libs 
    @import 'libs/normalize-css-801s';
 
// include the necessary parts 
    @include normalize__document;
    @include normalize__sections;
    @include normalize__grouping-content;
    @include normalize__text-level-semantics;
    // @include normalize__text-level-semantics__psevdo-classes; 
    @include normalize__embedded-content;
    @include normalize__forms;
    // @include normalize__forms__psevdo-classes; 
    @include normalize__interactive;
    @include normalize__scripting;
    @include normalize__hidden;
    // @include normalize__addons; 
/* style.scss */
 
// import libs 
    @import 'libs/normalize-css-801s';
 
// include the necessary parts 
    // @include normalize__document; 
    // @include normalize__sections; 
    // @include normalize__grouping-content; 
    // @include normalize__text-level-semantics; 
    @include normalize__text-level-semantics__psevdo-classes;
    // @include normalize__embedded-content; 
    // @include normalize__forms; 
    @include normalize__forms__psevdo-classes;
    // @include normalize__interactive; 
    // @include normalize__scripting; 
    // @include normalize__hidden; 
    @include normalize__addons;

List of mixins:

All variables declared with !default flag.

That will allow you to quickly change the basic values for each of your projects using the custom configuration. See list of variables

Example of _config.scss

// custom values for normalize-css-801s 
    /// @type Keyword 
    $nmlz__font-family: "Trebuchet MS"ArialHelveticasans-serif !default;
    /// @type Bool 
    $nmlz__support-ie9-and-less: false !default;
 
// import libs 
    @import 'libs/normalize-css-801s';

SassDoc ready

Documented with SassDoc annotations

Always has original css file

Look in original/normalize.css

License

The MIT License (MIT)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i normalize-css-801s

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

26.9 kB

Total Files

6

Last publish

Collaborators

  • dutchenkooleg