UNPKG

normalize-stitches

Version:

CSS-in-JS implementation of normalize.css for Stitches

6 lines (5 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalize = void 0; var index_1 = require("./normalize/index"); Object.defineProperty(exports, "normalize", { enumerable: true, get: function () { return index_1.normalize; } });