@plangrid/structure
Version:
CSS structure library
38 lines (25 loc) • 998 B
Markdown
### Sourcecode
1. [preset.css](preset.css) reusable resets or normalizations
1. [/composites](composites) property-mixed patterns or components
1. [/drafts](drafts) experiments excluded from bundle
1. [/modules](modules) property-centric functional modules
1. [more.css](more.css) unsorted functional classes or overrides
### Bundle
- [module.css](module.css) bundle imports
- [main.css](main.css) production-ready bundle
- [live.css](live.css) design-prototyping bundle
### PR checklist
1. Run `npm run save` to save changes
1. Run `npm test` to test changes
### Developer commands
Commands are defined in [`pkg.scripts`](package.json)
```
npm install
npm start
npm test
```
### Releasing
- [Follow release steps](https://github.com/plangrid/css/blob/master/CONTRIBUTING.md#release-steps)
- [Favor crossover releases](https://github.com/plangrid/css/blob/master/CONTRIBUTING.md#crossover-releases)
### History
- [Former name: `layout`](https://github.com/plangrid/structure/issues/50)