1.4.25 • Published 9 months ago

postcss-prefix-wrapper v1.4.25

Weekly downloads
37
License
MIT
Repository
-
Last release
9 months ago

postcss-prefix-wrapper

PostCss 插件 为 css 加上前缀的

const postCssPrefixWrap = require('postcss-prefix-wrapper');

postcss([
  postcssWrap({ stackableRoot: '.prefix', repeat: 1, overrideIds: false })
])

Input

div {
  color: '#eee'
}

Output

.prefix div {
  color: 
}

Direct Use

const { wrapCss } = require('postcss-prefix-wrapper');
wrapCss('./build', options.id, {
  ext: '.os.css',
});
1.4.25

9 months ago

1.4.24

10 months ago

1.4.23

11 months ago

1.4.22

2 years ago

1.2.0

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.0

4 years ago

1.0.0-next.16

4 years ago

1.0.0-next.13

4 years ago

1.0.0-next.12

4 years ago

0.4.5

4 years ago

1.0.0-next.11

4 years ago

1.0.0-next.10

4 years ago

1.0.0-next.9

5 years ago

1.0.0-next.8

5 years ago

1.0.0-next.7

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

1.0.0-next.5

5 years ago

1.0.0-next.6

5 years ago

1.0.0-next.4

5 years ago

1.0.0-next.0

5 years ago

1.0.0-next.1

5 years ago

1.0.0-next.2

5 years ago

0.3.8

5 years ago

0.3.3

5 years ago