JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q35573F
  • License MIT

All in one normalizing CSS for scaffolding modern websites.

Package Exports

  • scaffold.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scaffold.css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Scaffold.css

An all in one normalizing CSS for scaffolding morden websites.

Overview

  • Minimal browser normalizations
  • 12-columns grid system
  • Common helpers

Installation

Through npm

npm install --save scaffold.css

Then import into your project

import 'scaffold.css';

or just embed scaffold.css into your project