0.0.9 • Published 1 year ago

scope-global-styles v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

scope-global-styles

Table of Contents

Install

$ npm install scope-global-styles

Usage with Webpack

const globalStylePrefixer = require('scope-global-styles');
globalStylePrefixer("my-prefix", webpack, require("./angular.json"));
return webpack;

Options

NameTypeDescription
prefixstringThe string to prepend to every CSS selector.
webpackobjectWebpack configuration object
ngJsonobjectjson object of your angular.json file

Contribute

Please contribute! If you have any questions or bugs, open an issue, or open a pull request with a fix.

License

MIT @ 2023 Bryson Hair

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago