source:
frontend/node_modules/postcss-merge-longhand/src/lib/decl/index.js
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 219 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | 'use strict'; |
| 2 | const borders = require('./borders'); | |
| 3 | const columns = require('./columns'); | |
| 4 | const margin = require('./margin'); | |
| 5 | const padding = require('./padding'); | |
| 6 | ||
| 7 | module.exports = [borders, columns, margin, padding]; |
Note:
See TracBrowser
for help on using the repository browser.
