source:
frontend/node_modules/tailwindcss/src/util/responsive.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 243 bytes | |
| Line | |
|---|---|
| 1 | import postcss from 'postcss' |
| 2 | import cloneNodes from './cloneNodes' |
| 3 | |
| 4 | export default function responsive(rules) { |
| 5 | return postcss |
| 6 | .atRule({ |
| 7 | name: 'responsive', |
| 8 | }) |
| 9 | .append(cloneNodes(Array.isArray(rules) ? rules : [rules])) |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
